loadExports: Load exported R data objects.

View source: R/Exports.R

loadExportsR 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

[Registry]
Registry.

what

[character]
Names of objects to load. Defaults to all objects exported.

Value

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

See Also

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


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