Read a batch of files
1 | read_files(dir = ".", pat = "*.csv|*.sav|*.xls|*.xlsx|*.txt", df = TRUE, ...)
|
dir |
Directory where files are stored. Defaults to the current working directory |
pat |
Optional string pattern of files in the directory |
df |
Logical. Should the function try to read the files in as a single
data frame? Defaults to |
... |
Additonal arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.