assertRegistry | R Documentation |
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.
assertRegistry(
reg,
class = NULL,
writeable = FALSE,
sync = FALSE,
running.ok = TRUE
)
reg |
[ |
class |
[ |
writeable |
[ |
sync |
[ |
running.ok |
[ |
TRUE
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.