batchMap | R Documentation |
You can then submit these jobs to the batch system.
batchMap(reg, fun, ..., more.args = list(), use.names = FALSE)
reg |
[ |
fun |
[ |
... |
[any] |
more.args |
[ |
use.names |
[ |
Vector of type integer
with job ids.
reg = makeRegistry(id = "BatchJobsExample", file.dir = tempfile(), seed = 123) f = function(x) x^2 batchMap(reg, f, 1:10) print(reg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.