load.dir: load.dir

Description Usage Arguments Value Author(s) Examples

Description

Load all the RDa objects within a directory

Usage

1
load.dir(dir, pattern = "[Rr][dD][aA]$", envir = .GlobalEnv)

Arguments

dir

a directory

pattern

the suffix to identify RDa files. Default matches any combination of upper and lower case from “rda” to “RDA”

envir

The environment to load the objects to. Default = users workspace.

Value

invisibly returns a vector of loaded objects, named by the file that they were loaded from

Author(s)

Mark Cowley, 2011-11-07

Examples

1
2
3
4
## Not run: 
load.dir("./Rmisc")

## End(Not run)

drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.