Learn R Programming

nws (version 1.6.2)

workerCount: sleigh Class Method

Description

Return number of Sleigh workers that have successfully started.

Usage

## S3 method for class 'sleigh':
workerCount(.Object)

Arguments

.Object
a sleigh class object

Examples

Run this code
# simple hello world
s = sleigh()
workerCount(s)

Run the code above in your browser using DataLab