Description Usage Arguments Value Examples
hasNext
is a generic function that indicates if the iterator
has another element.
1 2 3 4 |
obj |
an iterator object. |
... |
additional arguments that are ignored. |
Logical value indicating whether the iterator has a next element.
1 2 3 |
Loading required package: iterators
[1] "a"
[1] "b"
[1] "c"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.