Description Usage Arguments Value Examples
Test if an object is an iterator.
1 | is.iterator(x)
|
x |
an object. |
TRUE or FALSE
1 2 | is.iterator(counter(1, 3)) #not an iterator
is.iterator(iterator_atomic(1:3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.