Description Usage Arguments Examples
Create an iterator that recycles a specified iterable.
1 | recycle(iterable, times=NA_integer_)
|
iterable |
The iterable to recycle. |
times |
integer. Number of times to recycle the values in the iterator.
Default value of |
1 2 |
Loading required package: iterators
$nextElem
function ()
{
nextEl.pointer()
}
<bytecode: 0x559ed3d6af00>
<environment: 0x559ed3d6aad8>
attr(,"class")
[1] "abstractiter" "iter"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.