workerCount {nws} | R Documentation |
Find the Number of Workers in a Sleigh
Description
Return number of Sleigh workers that have successfully started.
Usage
## S4 method for signature 'sleigh'
workerCount(.Object)
Arguments
.Object |
a sleigh class object |
Examples
## Not run:
# simple hello world
s = sleigh()
workerCount(s)
## End(Not run)
[Package nws version 1.7.0.1 Index]