View source: R/batchMapQuick.R
batchMapQuick | R Documentation |
Combination of makeRegistry
, batchMap
and submitJobs
for quick computations on the cluster.
Should only be used by skilled users who know what they are doing.
Creates the file.dir, maps function, potentially chunks jobs and submits them.
batchMapQuick( fun, ..., more.args = list(), file.dir = NULL, packages = character(0L), chunk.size, n.chunks, chunks.as.arrayjobs = FALSE, inds, resources = list() )
fun |
[ |
... |
[any] |
more.args |
[ |
file.dir |
[ |
packages |
[ |
chunk.size |
[ |
n.chunks |
[ |
chunks.as.arrayjobs |
[ |
inds |
[ |
resources |
[ |
[Registry
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.