powered by
Tests whether the object is of class Stream.
Stream
isStream(object)
Any R object.
A logical indicating whether the object is of class Stream (TRUE) or not (FALSE).
Stream, stream
stream
# NOT RUN { live <- stream(0) isStream(live) release(live) # } # NOT RUN { # }
Run the code above in your browser using DataLab