Maps a function over lists or vectors, adding jobs to a registry.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.