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