Number of chunks into which the jobs are
to be broken; theseries of chunks is handed to foreach
to extract
results and apply f to them.If missing, the value of getDoParWorkers()
used.
ids
defaults to NULL; if non-null, the jobs to
be processed are limited to those identified in this vector.
...
additional arguments to foreach
verbose
if TRUE will allow progressbars and other messages to display
flatten1
if TRUE will execute unlist(...,recursive=FALSE) on output,
defaulted to FALSE in previous version
Value
A list whose structure depends on the chunking of job identifiers.
See the examples.
Details
The chunking of job identifiers will determine the degree
of parallelization of application, and the form of the list that
is returned. flatten1 will eventually default to TRUE.
See Also
storeMapResults will apply over the
store using the batch jobs
submission infrastructure and can
target specific results via ids; storeApply uses bplapply
over the entire store