View source: R/systemDependentParallel.R
doParallel | R Documentation |
mclapply is only supported on linux and macOS. On Windows parlapply should be used. This function switches between both dependent on the operating system of the user.
doParallel(X, FUN, nCores = 2, ...)
X |
vector with arguments to parallelize over |
FUN |
function that shall be applied to each element of X |
nCores |
|
... |
optional arguments to FUN |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.