Learn R Programming

nws (version 1.7.0.0)

rankCount: Return a Rank Count from a Sleigh

Description

Return the rankCount in sleigh. If rankCount=-1, then the worker group has closed, and no more workers may join the group.

Usage

## S3 method for class 'sleigh':
rankCount(.Object)

Arguments

.Object
a sleigh class object

Examples

Run this code
# simple hello world
s = sleigh()
rankCount(s)

Run the code above in your browser using DataLab