workerInfo {nws} | R Documentation |
sleigh Class Method
Description
Return information about sleigh workers.
Usage
## 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
## Not run:
s <- sleigh()
status(s, TRUE, 20)
workerInfo(s)
## End(Not run)
[Package nws version 1.7.0.1 Index]