Description Usage Arguments Value
Run a function on all elements of x on one or more cores
1 | mapplyOnCores(FUN, NumberOfCores = 1L, ..., MoreArgs = NULL, SIMPLIFY = FALSE)
|
FUN |
The function to apply. |
NumberOfCores |
The number of cores to use (defaulted to 1), truncated to the number of avaliable cores. |
..., MoreArgs, SIMPLIFY |
See |
A list of outputs from FUN
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.