Learn R Programming

Rvision (version 0.6.0)

isStream: Test for a Stream Object

Description

Tests whether the object is of class Stream.

Usage

isStream(object)

Arguments

object

Any R object.

Value

A logical indicating whether the object is of class Stream (TRUE) or not (FALSE).

See Also

Stream, stream

Examples

Run this code
# NOT RUN {
live <- stream(0)
isStream(live)
release(live)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab