View source: R/read_multiple_csv.R
This function will take multiple csv files It will read them and return all as one dataframe It is it will read files in the order of provided index
1 | read_multiple_csv(path, index, header = TRUE, as.is = TRUE)
|
path |
the folder you want to pull from |
index |
the index of all csv files in the working directory |
header |
to talk to read.csv, default true |
as.is |
to talk to read.csv, default true |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.