read_data_folder: Read All Data Files From a Folder

Description Usage Arguments Value

Description

Read all textfiles from a specified folder and return list with all data.

Usage

1
read_data_folder(path, pattern, header = TRUE, sep = "\t", ...)

Arguments

path

a character vector of full path names

pattern

regular expression matching the file names

header

boolean, if the first row of the data fioles is a

sep

separator

...

further arguments passed to read.table

Value

list with all data


tpetzoldt/rodeoExt documentation built on May 31, 2019, 6:48 p.m.