par_lapply | R Documentation |
Simple wrapper around lapply
and parallel::clusterApplyLB
to abstract away
the logic of deciding which one to use
par_lapply(cl, fun, x, ...)
cl |
Cluster created by |
fun |
Function to be run |
x |
object to be looped over |
... |
extra arguements passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.