Last data update: 2014.03.03

R: Importing multiple pipe delimitted files and storing it into...
importPipeR Documentation

Importing multiple pipe delimitted files and storing it into a list of data frames

Description

importPipe function loads various text files which use a Pipe delimitter(|) 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

importPipe(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.

Results