nextOr | R Documentation |
Retreive the next element from an iteror.
nextOr(obj, or, ...)
obj |
An iteror. |
or |
If the iterator has reached its end, this argument will be forced and returned. |
... |
Other arguments may be used by specific iterors. |
Either the next value of iteror
, or the value of or
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.