View source: R/doJobCollection.R
doJobCollection | R Documentation |
Executes every job in a JobCollection
.
This function is intended to be called on the slave.
doJobCollection(jc, output = NULL)
jc |
[ |
output |
[ |
[character(1)
]: Hash of the JobCollection
executed.
Other JobCollection:
makeJobCollection()
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
batchMap(identity, 1:2, reg = tmp)
jc = makeJobCollection(1:2, reg = tmp)
doJobCollection(jc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.