rankCount {nws}R Documentation

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

## S4 method for signature 'sleigh':
rankCount(.Object)

Arguments

.Object a sleigh class object

Examples

## Not run: 
# simple hello world
s = sleigh()
rankCount(s)
## End(Not run)

[Package nws version 1.6.3 Index]