Description Usage Arguments Value
Takes an input file path, look for all .csv files, and then append each file in that path into a single data frame.
1 | combine.csvs(x)
|
x |
- a path to a single directory, expressed as a character string |
match |
- A user-input regex to match to a subset of the filenames in a directory. Will only get files where grep(match)=T. The default value matches any .csv |
Function returns a single dataframe, which is the appended result of all .csv files at the path x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.