Learn R Programming

nws (version 1.7.0.1)

workerInfo: sleigh Class Method

Description

Return information about sleigh workers.

Usage

"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

Run this code
## Not run: 
# s <- sleigh()
# status(s, TRUE, 20)
# workerInfo(s)
# ## End(Not run)

Run the code above in your browser using DataLab