how_to_use_parallel | R Documentation |
How to use parallel
how_to_use_parallel(
loop = function(i) {
return(mean(rnorm(100)))
}
)
loop |
the main function |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.