Learn R Programming

nws (version 1.6.2)

workerInfo: sleigh Class Method

Description

Return information about sleigh workers.

Usage

## S3 method for class '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

Run this code
s <- sleigh()
status(s, TRUE, 20)
workerInfo(s)

Run the code above in your browser using DataLab