sniff_dfs | R Documentation |
Wrapper around data.table::fread()
to read multiple files.
sniff_dfs( files, rename = NULL, ..., merge = TRUE, clean_names = TRUE, ignore_case = TRUE, .id = NULL )
files |
A list of files, connections, or literal data. |
rename |
A named vector of regex and replacements used to rename columns in each file. |
... |
One or more arguments separated with a comma to pass on to |
merge |
Should the data be merged in a single data frame? |
clean_names |
Should the column names be cleaned? |
ignore_case |
Should letter case be ignored? |
.id |
Either a string or NULL. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.