Description Usage Arguments Value
This is essentially a wrapper for data.table::fread
, which will read
a batch of files in the same location (directory or zip file).
1 | read_batch(dir = NULL, ...)
|
dir |
The folder (or zip file) where the files should be read from |
... |
Arguments to pass to |
A data frame containing all of data, with a column to identify which file a row came from
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.