status {Streamer} | R Documentation |
status
invoked on a stream yields the current status of the
stream, as reported by the status
methods of each component.
status(x, ...) ## S4 method for signature 'Streamer' status(x, ...)
x |
A |
... |
Additional arguments, currently unused. |
A component-specific summary the current status
Martin Morgan mtmorgan@fhcrc.org
## see example(Stream)