Description Usage Arguments Details Value Author(s)
Process chunk in the pipeline framework
1 | processChunks(inext, fun, nb.parallel.jobs)
|
inext |
A function (without argument) returning an object to process; NULL if none left; this function is run in the main thread |
fun |
Function to process the object returned by inext; this function is run in children threadfunction to apply to a chunk |
nb.parallel.jobs |
number of parallel jobs |
High-level pipeline-specific version of sclapply, with chunk loggers and safeExecute
Nothing
Gregoire Pau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.