workerInfo {nws} | R Documentation |
Return information about sleigh workers.
## S4 method for signature 'sleigh': workerInfo(.Object)
.Object |
a sleigh class object. |
A data frame with a row for each worker, with column names 'host', 'os', 'pid', 'R', 'nws', 'rank', and 'logfile'.
## Not run: s <- sleigh() status(s, TRUE, 20) workerInfo(s) ## End(Not run)