Saves objects as RData files in the “exports” subdirectory of your file.dir
to be later loaded on the slaves.
batchExport(reg, ..., li = list(), overwrite = FALSE)[Registry]
Registry.
[any] Objects to export. You must provide a valid name.
[list]
More objects to export provided as a named list.
[logical(1)]
If set to FALSE (default), exported objects are protected from being overwritten
by multiple calls of this function. Setting this to TRUE disables this check.
[character]. Invisibly returns a character vector of exported objects.
Other exports:
addRegistryPackages(),
addRegistrySourceDirs(),
addRegistrySourceFiles(),
batchUnexport(),
loadExports(),
removeRegistryPackages(),
removeRegistrySourceDirs(),
removeRegistrySourceFiles(),
setRegistryPackages()