powered by
Reads multiple CSV files in a given folder.
read_csvs_folder(foldername, ...)
string with the name of the folder.
additional parameters to read.csv function.
Returns a list of data frames.
# NOT RUN { ## Example of reading multiple csvs sample.list = read_csvs_folder("foldername") # }
Run the code above in your browser using DataLab