readdir: Loads all readable files in a directory into a list, with...

Description Usage Arguments Value

Description

Loads all readable files in a directory into a list, with names according to the filenames

Usage

1
2
  readdir(path, exclude = "",
    filename.as.variable = "filename", stack = FALSE)

Arguments

path

is the directory path

exclude

is a regular expression. Matching filenames will be excluded

filename.as.variable

is a variable name to store the filename. "" means it will not be stored.

stack

if true attempts to stack the resultant data.frames together into a single data.frame

Value

A list of data.frames or a single data.frame


gsk3/taRifx documentation built on May 17, 2019, 8:55 a.m.