combine_csvs {upstartr} | R Documentation |
Combine CSVs in a directory
Description
Given a directory (and, optionally, a pattern to search against), concatenate all CSV files into a single tibble.
Usage
combine_csvs(dir, pattern = "*.csv", ...)
Arguments
dir |
Path to the directory to look at for files. |
pattern |
Pattern to use for detecting files. (Default: '*.csv') |
... |
Parameters to pass to |
Value
A tibble of concatenated data from multiple CSV files.
[Package upstartr version 0.1.2 Index]