Description Usage Arguments Examples
Explicitly shut down the worker nodes in a cluster created by start_parallel
| 1 | stop_parallel(cluster = NULL)
 | 
| cluster | object of class  | 
| 1 2 3 4 5 | ## Not run: 
cluster <- start_parallel()
stop_parallel(cluster)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.