removeExperiments {batchtools} | R Documentation |
Remove Experiments
Description
Remove Experiments from an ExperimentRegistry
.
This function automatically checks if any of the jobs to reset is either pending or running.
However, if the implemented heuristic fails, this can lead to inconsistencies in the data base.
Use with care while jobs are running.
Usage
removeExperiments(ids = NULL, reg = getDefaultRegistry())
Arguments
ids |
[ |
reg |
[ |
Value
[data.table
] of removed job ids, invisibly.
See Also
Other Experiment:
addExperiments()
,
summarizeExperiments()
[Package batchtools version 0.9.17 Index]