Description Usage Arguments Value
Returns the length of an iterator object. In the case that the iterator's
length is NULL
, a value of 1 is returned by default. This value can be
set using the default
argument.
1 | iter_length(object, default = 1)
|
object |
an iterator object |
default |
the value returned when an iterator has |
integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.