| stopParallel | R Documentation | 
Stops the parallel backend and reverts to sequential execution.
stopParallel(cluster, ...)
| cluster | A cluster object, typically retrieved from  | 
| ... | Additional arguments (currently unused). | 
invisible(NULL), used for side effects.
## Not run: 
  cl <- startParallel()
  stopParallel(attr(cl, "cluster"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.