This function registers a cluster created by parallel::makeCluster() to be used to parallise the purrr mapping functions
from the parallel package. See clusterApply
for relevent documentation
1 | registerCluster(cl = NULL, nblock = NULL)
|
cl |
a cluster created by parallel::makeCluster() |
nblock |
(optional) Number of blocks to carve data into (recommend to set same as ncore) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.