assertRegistry {batchtools} | R Documentation |
assertRegistry
Description
Assert that a given object is a batchtools
registry.
Additionally can sync the registry, check if it is writeable, or check if jobs are running.
If any check fails, throws an error indicting the reason for the failure.
Usage
assertRegistry(
reg,
class = NULL,
writeable = FALSE,
sync = FALSE,
running.ok = TRUE
)
Arguments
reg |
[ |
class |
[ |
writeable |
[ |
sync |
[ |
running.ok |
[ |
Value
TRUE
invisibly.
[Package batchtools version 0.9.17 Index]