guess_txt {readit} | R Documentation |
Guess ".txt" Delimiter
Description
Since a .txt
file is of ambiguous delimitation, this function is a helper
for readit()
to guess the type, and return the appropriate reader.
Usage
guess_txt(.data)
Arguments
.data |
Data to guess/read |
Value
A reader function, and its label
[Package readit version 1.0.0 Index]