irepeat: Create a repeating iterator

Description Usage Arguments Examples

View source: R/irepeat.R

Description

Create an iterator that returns a value a specified number of times.

Usage

1
irepeat(x, times)

Arguments

x

The value to return repeatedly.

times

The number of times to repeat the value. Default value is infinity.

Examples

1
2
# Repeat a value 10 times
unlist(as.list(irepeat(42, 10)))

itertools documentation built on May 2, 2019, 6:16 p.m.