mclapply.hack | R Documentation |
This function mimics forking (done with mclapply in Mac or Linux) for the Windows environment. Designed to be used just like mclapply. Credit goes to Nathan VanHoudnos.
mclapply.hack(..., verbose = FALSE, mc.cores = 1)
verbose |
Should users be warned this is hack-y? Defaults to FALSE. |
mc.cores |
Number of cores to use. Defaults to 1. |
mclapply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.