Learn R Programming

specmine (version 3.1.6)

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.