Last data update: 2014.03.03

R: Cluster Management Functions
clusterR Documentation

Cluster Management Functions

Description

clusterSize returns the number of workers in a cluster. closeCluster shuts down and cleans up a cluster.

Usage

clusterSize(cl, ...)
closeCluster(cl, ...)

Arguments

cl

The cluster object.

...

Currently unused.

Results