lload: Load RData Objects to a List

Description Usage Arguments Value Author(s) See Also

Description

Load multiple .RData files and return a (simplified) list.

Usage

1
2
lload(path = ".", pattern = ".RData", recursive = FALSE,
  simplify = TRUE, verbose = TRUE)

Arguments

path

Character string with the path, as used in list.files.

pattern

A regular expression for file name patterns, as used in list.files.

recursive

Logical. Search the path recursive.

simplify

Logical, unlist when there are only unique object names.

verbose

Logical. Print information on screen about loading process.

Value

Returns a list of length n, when there are n data files loaded. All objects are stored in sublists. Names are according to files, and names of sublists to objects per file. If simplified, the list is of length m, when there are m objects in total loaded.

Author(s)

Sven E. Templer

See Also

load


miscset documentation built on May 2, 2019, 4:01 a.m.