combine_csvs | R Documentation |
Given a directory (and, optionally, a pattern to search against), concatenate all CSV files into a single tibble.
combine_csvs(dir, pattern = "*.csv", ...)
dir |
Path to the directory to look at for files. |
pattern |
Pattern to use for detecting files. (Default: '*.csv') |
... |
Parameters to pass to |
A tibble of concatenated data from multiple CSV files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.