map_par | R Documentation |
Apply function over a List or Vector (in parallel)
map_par(x, fun, parallel = FALSE, verbose = TRUE)
x |
A vector or list to apply over. |
fun |
The function to be applied to each element. |
parallel |
Logical. Whether to use |
verbose |
Logical. Whether to print progress bar. Only works in sequential mode. |
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.