View source: R/00_flowGraphSubset_constructor.R
fpurrr_map | R Documentation |
Wrapper for purrr::map
and furrr::future_map
to handle parallel-ization
fpurrr_map(x, f, no_cores = 1, prll = TRUE, ...)
x |
Variable to recurse over; must be indices! |
f |
Function to recurse over. |
no_cores |
Number of cores to use; |
prll |
If set to FALSE, forces use of purrr::map instead of furrr::future_map, Default: TRUE |
... |
Other parameters used by |
Wrapper for purrr::map
and furrr::future_map
to handle
parallel-ization easily; note that future
must have been ran already
outside of the function and outputs will always be a list.
Unnested named list.
map
future_map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.