ps_load_csvs | R Documentation |
Load CSVs
ps_load_csvs(
dir = ".",
recursive = FALSE,
add_name = NULL,
rename = identity,
envir = parent.frame(),
...
)
dir |
A string of the directory. |
recursive |
A flag indicating whether to include files in subdirectories. |
add_name |
A string specifying the name of the column to add to each data frame with the file names (including subdirectories). |
rename |
A function that is used to rename files (after removing the extension) before they are passed to |
envir |
The environment to assign the data frames. |
... |
Additional arguments passed to |
An invisible character vector of the file names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.