batchUnexport {BatchJobs} | R Documentation |
Unload exported R objects.
Description
Removes RData
files from the “exports” subdirectory of your file.dir
and thereby prevents loading on the slave.
Usage
batchUnexport(reg, what)
Arguments
reg |
[ |
what |
[ |
Value
[character
]. Invisibly returns a character vector of unexported objects.
See Also
Other exports:
addRegistryPackages()
,
addRegistrySourceDirs()
,
addRegistrySourceFiles()
,
batchExport()
,
loadExports()
,
removeRegistryPackages()
,
removeRegistrySourceDirs()
,
removeRegistrySourceFiles()
,
setRegistryPackages()
[Package BatchJobs version 1.9 Index]