man/pipe.Rd
f1f0d8d2
 % Generated by roxygen2: do not edit by hand
6f076280
 % Please edit documentation in R/operator.R
5d30482f
 \name{\%>\%}
 \alias{\%>\%}
 \title{pipe}
 \usage{
 lhs \%>\% rhs
 }
 \arguments{
 \item{lhs}{left hand side}
 
 \item{rhs}{right hand side}
 }
 \description{
 pipe
 }
0c4799c6
 \seealso{
 \link[magrittr]{pipe}
 }
5d30482f