Learn R Programming

specmine (version 1.0)

read_csvs_folder: Read CSVs from folder

Description

Reads multiple CSV files in a given folder.

Usage

read_csvs_folder(foldername, ...)

Arguments

foldername
string with the name of the folder.
...
additional parameters to read.csv function.

Value

Returns a list of data frames.

Examples

Run this code
## Not run: 
#     ## Example of reading multiple csvs
#     sample.list = read_csvs_folder("foldername")
# ## End(Not run)

Run the code above in your browser using DataLab