Description Usage Arguments Value Author(s) See Also Examples
yield
invoked on a stream yields one chunk of data or, if the
stream is complete, a length zero element of the data. Successive
invocations of yield
produce successive chunks of data.
1 |
x |
A |
... |
Additional arguments, currently unused. |
A chunk of data, with the specific notion of chunk defined by the final component of the stream.
Martin Morgan mtmorgan@fhcrc.org
1 | ## see example(Stream)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.