Description Usage Arguments Value Examples
Reads a directory of files with a given extension and creates a dataset out of it
1 | read_csv_dir_colnames(input_path, colnames, input_pattern = "*.csv")
|
input_path |
Input direcotry |
colnames |
Names of the columns |
input_pattern |
Input pattern to search for files (default *.csv) |
a new data.frame that contains all columns
1 | df <- read_csv_dir('/my/path/', colnames = c('id','value'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.