Description Usage Arguments Value
View source: R/guess_file_metadata.R
Guess Metadata about a Text File
1 | guess_file_metadata(file, n_first_rows = 1000, ...)
|
file |
path to text file |
n_first_rows |
number of first rows of |
... |
further arguments passed to |
data frame with columns
paths: does the file seem to contain path information, i.e.
were slashes or backslashes found?
forbidden: does the file contain characters that are forbidden
in file paths?
header: does the file seem to contain a header row?
windows: are the paths given in "windows"-style, i.e. are the
path segments separated by backslash?
sep: column separator guessed
ncol: number of columns guessed
and attributes
file: a copy of the file path given in file
first_rows: first n_first_rows rows of file
columns (optional): column headers if the file is assumed to
contain a header row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.