batchUnexport: Unload exported R objects.

View source: R/Exports.R

batchUnexportR 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

[Registry]
Registry.

what

[character]
Names of objects to remove.

Value

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

See Also

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


tudo-r/BatchJobs documentation built on April 3, 2022, 3:28 a.m.