downto: Run an expression from X down to N

Description Usage Examples

View source: R/downto.R

Description

Run an expression from X down to N

Usage

1

Examples

1
2
3
4
5
6
7
8
downto(3, 5, print("fart"))
downto(3, 5, )
downto(2, 4, head(mtcars))
downto(10, 13, rnorm(5))
10 %>% downto(15, rnorm(5))

let <- letters[1:10]
downto(1, 6, print(let))

sckott/dottimes documentation built on Dec. 1, 2020, 5:29 p.m.