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 |
[ |
what |
[ |
Value
[character
]. Invisibly returns a character vector of loaded objects.
See Also
Other exports:
addRegistryPackages()
,
addRegistrySourceDirs()
,
addRegistrySourceFiles()
,
batchExport()
,
batchUnexport()
,
removeRegistryPackages()
,
removeRegistrySourceDirs()
,
removeRegistrySourceFiles()
,
setRegistryPackages()
[Package BatchJobs version 1.9 Index]