doJobCollection {batchtools} | R Documentation |
Execute Jobs of a JobCollection
Description
Executes every job in a JobCollection
.
This function is intended to be called on the slave.
Usage
doJobCollection(jc, output = NULL)
Arguments
jc |
[ |
output |
[ |
Value
[character(1)
]: Hash of the JobCollection
executed.
See Also
Other JobCollection:
makeJobCollection()
Examples
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
batchMap(identity, 1:2, reg = tmp)
jc = makeJobCollection(1:2, reg = tmp)
doJobCollection(jc)
[Package batchtools version 0.9.17 Index]