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