Skip to contents

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

Author

Simon Garnier, garnier@njit.edu

Examples

if (FALSE) {
live <- stream(0)
isStream(live)
release(live)
}