removeExperiments {BatchExperiments} | R Documentation |
Remove jobs from registry.
Description
THIS DELETES ALL FILES REGARDING THE JOBS, INCLUDING RESULTS!
If you really know what you are doing, you may set force
to TRUE
to omit sanity checks on running jobs.
Usage
removeExperiments(reg, ids, force = FALSE)
Arguments
reg |
[ |
ids |
[ |
force |
[ |
Value
Vector of type integer
of removed job ids.
See Also
Other remove:
removeAlgorithm()
,
removeProblem()
[Package BatchExperiments version 1.4.3 Index]