Description Usage Arguments Value
For proper use of this function it will return the set of variant indices
corresponding to the idx-th chunk of size chunk in n variants, taking
care of the case that the last chunk might have less than n elements.
If used with an idx-value outside the possible chunks (i.e., negative or
larger than ceiling(n/chunk)) an empty vector (numeric(0)) is returned.
| 1 | ithChunk(idx, n, chunk = 1000)
 | 
| idx | chunk index (which chunk, first is 1) | 
| n | total number of variants | 
| chunk | desired chunksize | 
index range into variants for chunk idx (see details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.