Learn R Programming

Streamer (version 1.18.0)

reset: Function to reset a Stream, Producer, or Consumer

Description

reset on a stream invokes the reset method of all components of the stream; on a component, it invokes the reset method of the component and all inputs to the component.

Usage

reset(x, ...)

Arguments

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

Value

A reference to x, the stream or component on which reset was invoked.

See Also

Stream, Producer, Consumer.

Examples

Run this code
## see example(Stream)

Run the code above in your browser using DataLab