read_and_merge_csvs | R Documentation |
This function reads and merges data from multiple csv files in given folder.
read_and_merge_csvs(dir_path, sep = ",")
dir_path |
character with path to directory with csv files |
sep |
fields separator |
data.frame with CSV files content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.