parallel_apply | R Documentation |
Separate a matrix in a list of matrices of length the number of cores and apply a function on the columns in parallel
parallel_apply(m_data, apply_fun, n_cores = 1, ...)
m_data |
Data matrix |
apply_fun |
Function to apply |
n_cores |
Number of cores |
... |
Passed to apply_fun |
apply_fun return
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.