lazy: Convert magrittr chain lazy function

Description Usage Arguments Value See Also Examples

View source: R/ripe.R

Description

Input a chain in magrittr syntax and make it a lazyeval function.

Usage

1
lazy(x)

Arguments

x

magrittr chain of functions

Value

function

See Also

Other ripe: ripe()

Examples

1
2
3
f <- stats::runif(20)%>%sample(10)%>%lazy()

f()

ripe documentation built on Dec. 6, 2019, 5:10 p.m.