parallelize_fun | R Documentation |
Parallelize a function
parallelize_fun(x, fun, cores = 1, export_fun = NULL, verbose = TRUE)
x |
A vector or list to apply over. |
fun |
The function to be applied to each element. |
cores |
The number of cores to use for parallelization with |
export_fun |
The functions to export the function to workers. |
verbose |
Logical value, default is |
A list of computed results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.