read_fs | R Documentation |
Loop through objects in an fs::dir_ls filelist and apply data.table::fread across them.
read_fs(files, colClasses = c(NULL), method = c("purrr", "base"))
read_folder(files, colClasses = c(NULL), method = c("purrr", "base"))
files |
Filelist generated using fs::dir_ls. |
colClasses |
Column classes if desired. |
method |
Option to use for loop or purrr::map. |
Either bound dataframe (via loop) or nested dataset (via purrr).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.