parapurrr | R Documentation |
Run purrr's mapping functions in parallel (i.e., incorporate multiple CPU cores instead of the default, one). The package parapurrr achieves that by bridging purrr with foreach package and its adaptors. Users are only required to add a prefix "pa_" before their desired purrr functions (e.g. pa_map instead of map). All map family functions and all foreach adaptors on CRAN are supported.
map family: map, map_chr, map_dbl, map_df, map_dfc, map_dfr, map_int, map_lgl
map2 family: map2, map2_chr, map2_dbl, map2_df, map2_dfc, map2_dfr, map2_int, map2_lgl
conditional map family: map_at, map_if
pmap family: pmap, pmap_chr, pmap_dbl, pmap_df, pmap_dfc, pmap_dfr, pmap_int, pmap_lgl
imap family: imap, imap_chr, imap_dbl, imap_df, imap_dfc, imap_dfr, imap_int, imap_lgl
walk family: walk, walk2,iwalk, pwalk
doFuture
doMC
doMPI
doParallel (default adaptor)
doRNG
doSNOW
Maintainer: Moosa Rezwani moosa.rezwani@gmail.com [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.