Description Usage Arguments Value Examples
An iterator to generate all subset of a collection
1 |
n |
The size of the set |
... |
currently ignred |
chunks |
number of chunks to be supplied by the iterator |
chunkSize |
size of a chunk (an alternative to |
An iterator function for the purpose
1 2 3 4 5 6 | get_subs <- isubset(5, chunks = 4)
get_subs$nextElem()
get_subs$nextElem()
get_subs$nextElem()
get_subs$nextElem()
get_subs$nextElem()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.