isStream: Test for a Stream Object

View source: R/StreamClass.R

isStreamR Documentation

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).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Stream, stream

Examples

## Not run: 
live <- stream(0)
isStream(live)
release(live)

## End(Not run)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.