Last data update: 2014.03.03

R: Add source dirs to registry.
addRegistrySourceDirsR Documentation

Add source dirs to registry.

Description

Mutator function for src.dirs in makeRegistry.

Usage

addRegistrySourceDirs(reg, src.dirs, src.now = TRUE)

Arguments

reg

[Registry]
Registry.

src.dirs

[character]
Paths to add to registry. See makeRegistry.

src.now

[logical(1)] Source files now on master? Default is TRUE.

Value

[Registry]. Changed registry.

See Also

Other exports: addRegistryPackages; addRegistrySourceFiles; batchExport; batchUnexport; loadExports; removeRegistryPackages; removeRegistrySourceDirs; removeRegistrySourceFiles

Results