Construct a registry object.
Note that if you don't want links in your paths (file.dir
, work.dir
) to get resolved and have
complete control over the way the path is used internally, pass an absolute path which begins with “/”.
makeRegistry(id, file.dir, sharding = TRUE, work.dir, multiple.result.files = FALSE, seed, packages = character(0L), src.dirs = character(0L), src.files = character(0L), skip = TRUE)
id |
[ |
file.dir |
[ |
sharding |
[ |
work.dir |
[ |
multiple.result.files |
[ |
seed |
[ |
packages |
[ |
src.dirs |
[ |
src.files |
[ |
skip |
[ |
Every object is a list that contains the passed arguments of the constructor.
[Registry
]
reg = makeRegistry(id = "BatchJobsExample", file.dir = tempfile(), seed = 123) print(reg)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.