import_dir | R Documentation |
import directory
import_dir(
dir,
...,
method = c("rio", "vroom", "vroom_jp", "read_csv"),
return_type = c("df", "list")
)
dir |
dir path |
... |
arguments passed to import method |
method |
import method chosen from import tibble |
return_type |
default is to bind dataframes together and remove duplicates. only recommended for a folder of files with the same data format. otherwise specify return as list of data frames |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.