Learn R Programming

Streamer (version 1.18.0)

status: Function to report current status of a stream

Description

status invoked on a stream yields the current status of the stream, as reported by the status methods of each component.

Usage

status(x, ...)
"status"(x, ...)

Arguments

x
A Stream, Producer, or Consumer object.
...
Additional arguments, currently unused.

Value

A component-specific summary the current status

See Also

Stream, Producer, Consumer.

Examples

Run this code
## see example(Stream)

Run the code above in your browser using DataLab