rankCount {nws} | R Documentation |
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
## 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.7.0.1 Index]