papply | R Documentation |
Abstracts out mclapply implementation, and defaults to lapply when only one core is requested (helps with debugging)
papply(..., n.cores = n)
... |
parameters to pass to lapply, mclapply, bplapply, etc. |
n.cores |
number of cores. If 1 core is requested, will default to lapply |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.