prep_pmap | R Documentation |
pmap
parallel version of purrr::pmap
prep_pmap(.l, .f, ..., cores = 0)
.l |
data.frame with one call per line and one function argument per column |
.f |
|
... |
additional, static arguments for calling |
cores |
number of cpu cores to use or a (named) list with arguments for parallelMap::parallelStart or NULL, if parallel has already been started by the caller. Set to 0 to run without parallelization. |
list of results of the function calls
S Struckmann
purrr::pmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.