Description Usage Arguments Value Examples
Iterate over batch_size elements a time.
1 2 3 | iterator_batch(x, batch_size = 1L)
iterator_partition(x, part_size = 1L)
|
x |
an iterable atomic vector. |
batch_size |
batch size. |
part_size |
partition size. |
an iterator.
1 2 | itr <- iterator_batch(500:5000, 32)
itr()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.