load_csv | R Documentation |
load_csv
will load take an input path which contains multiple csv files, based upon the pattern provided,
all target csv files will be loaded into the global environment.
load_csv(path, pattern, ...)
path |
A character string for the file path where csv files are located. |
pattern |
A character vector passed to |
... |
Additional parameters passed to |
Datasets for all csv files that match desired pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.