workerCount-methods: Find the Number of Workers in a Sleigh

Description Usage Arguments Examples

Description

Return number of Sleigh workers that have successfully started.

Usage

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

Arguments

.Object

a sleigh class object

Examples

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

## End(Not run)

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