man/pipe.Rd
6c9cd355
 % Generated by roxygen2: do not edit by hand
df059d88
 % Please edit documentation in R/operator.R
2245dbf2
 \name{\%>\%}
 \alias{\%>\%}
 \title{pipe}
 \usage{
 lhs \%>\% rhs
 }
 \arguments{
 \item{lhs}{left hand side}
 
 \item{rhs}{right hand side}
 }
 \description{
 pipe
 }
9913b31b
 \seealso{
 \link[magrittr]{pipe}
 }
2245dbf2