Learn R Programming

ck37r (version 1.0.3)

stop_cluster: Stop the cluster if snow::makeCluster() was used, but nothing needed if doMC was used.

Description

Stop the cluster if snow::makeCluster() was used, but nothing needed if doMC was used.

Usage

stop_cluster(cluster_obj, verbose = FALSE)

Arguments

cluster_obj

Cluster object generated by parallelize()

verbose

If T display extra information during execution.