| isStream | R Documentation |
Tests whether the object is of class Stream.
isStream(object)
object |
Any R object. |
A logical indicating whether the object is of class
Stream (TRUE) or not (FALSE).
Simon Garnier, garnier@njit.edu
Stream, stream
## Not run:
live <- stream(0)
isStream(live)
release(live)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.