rankCount-methods: Return a Rank Count from a Sleigh

Description Usage Arguments Examples

Description

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

Usage

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

Arguments

.Object

a sleigh class object

Examples

1
2
3
4
5
6
## Not run: 
# simple hello world
s = sleigh()
rankCount(s)

## End(Not run)

nws documentation built on May 2, 2019, 8:51 a.m.