powered by
Stops the parallel backend and reverts to sequential execution.
stopParallel(cluster, ...)
invisible(NULL), used for side effects.
invisible(NULL)
A cluster object, typically retrieved from attr(parallel, "cluster")
attr(parallel, "cluster")
Additional arguments (currently unused).
if (FALSE) { cl <- startParallel() stopParallel(attr(cl, "cluster")) }
Run the code above in your browser using DataLab