mclapply | R Documentation |
Overwrite the serial version of mclapply on Windows only
mclapply(
X,
FUN,
...,
mc.preschedule = TRUE,
mc.set.seed = TRUE,
mc.silent = FALSE,
mc.cores = getOption("mc.cores", 2L),
mc.cleanup = TRUE,
mc.allow.recursive = TRUE,
affinity.list = NULL
)
empty |
it takes nothing |
mclapply like list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.