Description Usage Arguments Value Examples
Collect multiple iterate values from an iterator.
1 |
itr |
an iterator or a counter function. |
n |
how many iterates to collect. |
simplify |
passed to sapply() |
a vector/matrix/list depending on iterator.
1 2 | itr <- iterator_zip(1:3, 6:8)
collect(itr, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.