new_cluster | R Documentation |
Clusters created with this function will automatically clean up after themselves.
new_cluster(n)
n |
Number of workers to create. Avoid setting this higher than the number of cores in your computer as it will degrade performance. |
A 'multidplyr_cluster' object.
cluster <- new_cluster(2)
cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.