combine: Combine data from files

Description Usage Arguments Value

View source: R/helper-main.R

Description

Combine data from files

Usage

1
combine(path, pattern, Unlist = TRUE)

Arguments

path

a character vector of full path names; the default corresponds to the working directory, getwd().

pattern

an optional regular expression. Only file names which match the regular expression will be returned.

Value

Combined files' input - each file's contents contained in one list.


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.