loadExports {BatchJobs}R Documentation

Load exported R data objects.

Description

Loads exported RData object files in the “exports” subdirectory of your file.dir and assigns the objects to the global environment.

Usage

loadExports(reg, what = NULL)

Arguments

reg

[Registry]
Registry.

what

[character]
Names of objects and corresponding “RData” files which should be loaded. Default NULL loads all files.

Value

[character]. Invisibly returns a character vector of loaded objects.

See Also

Other exports: addRegistryPackages; addRegistrySourceDirs; addRegistrySourceFiles; batchExport; batchUnexport; removeRegistryPackages; removeRegistrySourceDirs; removeRegistrySourceFiles


[Package BatchJobs version 1.6 Index]