loadRegistry {BatchJobs} | R Documentation |
Load a previously saved registry.
Description
Loads a previously created registry from the file system.
The file.dir
is automatically updated upon load if adjust.paths
is set to
TRUE
, so be careful if you use the registry on multiple machines simultaneously,
e.g. via sshfs or a samba share.
There is a heuristic included which tries to detect if the location of the registry has changed and returns a read-only registry if necessary.
Usage
loadRegistry(file.dir, work.dir, adjust.paths = FALSE)
Arguments
file.dir |
[ |
work.dir |
[ |
adjust.paths |
[ |
Value
[Registry
].
[Package BatchJobs version 1.9 Index]