parLply | R Documentation |
parLply
uses parLapply
with a function as input
parLply(vec, fn, type = "FORK", no_cores = 1, ...)
vec |
vector of inputs over which to parallel compute |
fn |
the function |
type |
this option is set to "FORK", use "PSOCK" on windows |
no_cores |
the number of cores to use. Defaults at 1 |
... |
extra inputs to |
out parallel computed output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.