Description Usage Arguments Details See Also Examples
View source: R/datafunctions.R
Will either search for .csv files from a specified directory and combine them or use a vector of file names to combine .csv files.
1 |
folder |
path to folder that contains a list of .csv files. Defaults to working directory if neither "folder" or "files" is specified. |
files |
A character string or vector of files to be combined as absolute paths or relative to working directory. |
search |
Whether or not to search subfolders for csv files within the root folder. Defaults to TRUE. |
... |
Other arguments passed along to |
The column names for all csv files you wish to concatenate need to be identical. Once complete, it will combine the files into a single data frame. You can turn search off to only use the root folder.
read.csv
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.