powered by
Lazily replicate magrittr chain
ripe(x, f, ...)
chain
replication function
arguments to pass to f
object that f outputs
rerun
Other ripe: lazy()
lazy()
# NOT RUN { stats::runif(20)%>% sample(4)%>% ripe(replicate,n=4,simplify=FALSE) stats::runif(20)%>% sample(4)%>% ripe(lapply,X=1:4) # }
Run the code above in your browser using DataLab