importCsv2: Importing multiple csv files(";" delimited) and storing it...

Description Usage Arguments Value

Description

importCsv2 function loads .csv file types in a selected directory to separate dataframes, and stores them as a list. Data frames can be accessed as list elements by using "listname$filename" or "listname[]".

Usage

1
importCsv2(path = NULL)

Arguments

path

the directory in which the files are stored. If path is not given, interactive dialog box will be used to select directory

Value

a single list of dataframes containing all the files imported and stored as dataframes.


DataLoader documentation built on May 2, 2019, 4:16 a.m.