workerInfo-methods: sleigh Class Method

Description Usage Arguments Value Examples

Description

Return information about sleigh workers.

Usage

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

Arguments

.Object

a sleigh class object.

Value

A data frame with a row for each worker, with column names 'host', 'os', 'pid', 'R', 'nws', 'rank', and 'logfile'.

Examples

1
2
3
4
5
6
## Not run: 
s <- sleigh()
status(s, TRUE, 20)
workerInfo(s)

## End(Not run)

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