mcsapply | R Documentation |
An mc-version of the sapply function. https://stackoverflow.com/questions/31050556/parallel-version-of-sapply
mcsapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE)
X |
vector of iterations |
FUN |
function |
... |
additional parameters to pass |
simplify |
simplify array |
USE.NAMES |
use names in array |
vector output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.