parallelize_fun {inferCSN} | R Documentation |
Apply function over a List or Vector
Description
Apply function over a List or Vector
Usage
parallelize_fun(x, fun, cores = 1, export_fun = NULL, verbose = TRUE)
Arguments
x |
A vector or list to apply over. |
fun |
The function to be applied to each element. |
cores |
cores. |
export_fun |
export_fun. |
verbose |
Logical. Whether to print progress bar. Only works in sequential mode. |
Value
A list.
[Package inferCSN version 1.0.5 Index]