Run a function on all elements of x on one or more cores
mapplyOnCores(FUN, NumberOfCores = 1L, ..., MoreArgs = NULL, SIMPLIFY = FALSE)
The function to apply.
The number of cores to use (defaulted to 1), truncated to the number of avaliable cores.
See mapply
.
A list of outputs from FUN
.