Description Usage Arguments See Also Examples
Create an iterator version of the rep
function.
1 | irep(iterable, times, length.out, each)
|
iterable |
The iterable to iterate over repeatedly. |
times |
A vector giving the number of times to repeat each element
if the length is greater than one, or to repeat all the elements if the
length is one. This behavior is less strict than |
length.out |
non-negative integer. The desired length of the output iterator. |
each |
non-negative integer. Each element of the iterable is repeated
|
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.