Learn R Programming

specmine (version 2.0.3)

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")
# }

Run the code above in your browser using DataLab