Learn R Programming

nws (version 1.6.2)

rankCount: sleigh Class Method

Description

Return rankCount in sleigh. If rankCount equals -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