rankCount {nws} | R Documentation |
Return rankCount in sleigh. If rankCount equals -1, then the worker group has closed, and no more workers may join the group.
## S4 method for signature 'sleigh': rankCount(.Object)
.Object |
a sleigh class object |
## Not run: # simple hello world s = sleigh() rankCount(s) ## End(Not run)