batchExport: Export R object to be available on the slaves.

View source: R/Exports.R

batchExportR Documentation

Export R object to be available on the slaves.

Description

Saves objects as RData files in the “exports” subdirectory of your file.dir to be later loaded on the slaves.

Usage

batchExport(reg, ..., li = list(), overwrite = FALSE)

Arguments

reg

[Registry]
Registry.

...

[any]
Objects to export. You must provide a valid name.

li

[list]
More objects to export provided as a named list.

overwrite

[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.

Value

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

See Also

Other exports: addRegistryPackages(), addRegistrySourceDirs(), addRegistrySourceFiles(), batchUnexport(), loadExports(), removeRegistryPackages(), removeRegistrySourceDirs(), removeRegistrySourceFiles(), setRegistryPackages()


BatchJobs documentation built on March 21, 2022, 5:05 p.m.