Last data update: 2014.03.03

R: Importing multiple file types and storing it into a Single R...
importAllSdfR Documentation

Importing multiple file types and storing it into a Single R Dataframe

Description

importAllSdf function loads various data file types in a selected directory to dataframes, combines all the data frames and stores it as a single data frame. Note that all the files to be loaded should have the same number of columns for rbind to work

Usage

importAllSdf(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 dataframe containing all the files imported and rbinded into one.

Results