my_mclapply | R Documentation |
Allows mclapply function to work in PC This function will hack the mclappy function to work in PC and use multipl e cores for the analysis. It was created by someone else and the original version is here: https://www.r-bloggers.com/implementing-mclapply-on-windows-a-primer-on-embarrassingly-parallel-computation-on-multicore-systems-with-r/
my_mclapply(...)
... |
Nothing, just run the function and the mclapply function will change |
A modified, or not, version of mclapply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.