blob: a648c2969b222841abe76fb2e13c62c351078b2e [file] [log] [blame]
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/utils-pipe.R
3\name{\%>\%}
4\alias{\%>\%}
5\title{Pipe operator}
6\usage{
7lhs \%>\% rhs
8}
9\arguments{
10\item{lhs}{A value or the magrittr placeholder.}
11
12\item{rhs}{A function call using the magrittr semantics.}
13}
14\value{
15The result of calling \code{rhs(lhs)}.
16}
17\description{
18See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
19}
20\keyword{internal}