stop_parallel: Shut down worker nodes on a cluster

Description Usage Arguments Examples

Description

Explicitly shut down the worker nodes in a cluster created by start_parallel

Usage

1
stop_parallel(cluster = NULL)

Arguments

cluster

object of class "cluster".

Examples

1
2
3
4
5
## Not run: 
cluster <- start_parallel()
stop_parallel(cluster)

## End(Not run)

jepusto/Pusto documentation built on June 5, 2019, 9:51 p.m.