map_par.Rd
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.