loadRegistry {BatchJobs}R Documentation

Load a previously saved registry.

Description

Load a previously saved registry.

Usage

loadRegistry(file.dir, work.dir)

Arguments

file.dir

[character(1)]
Location of the file.dir to load the registry from.

work.dir

[character(1)]
Location of the work. Unchanged if missing.

Details

Loads a previously created registry from the file system. The file.dir is automatically updated upon load, so be careful if you use the registry on multiple machines simultaneously, e.g. via sshfs or a samba share.

Value

[Registry].


[Package BatchJobs version 1.6 Index]