Diff of /man/pipe.Rd [000000] .. [0f2269]

Switch to unified view

a b/man/pipe.Rd
1
% 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{
7
lhs \%>\% 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{
15
The result of calling `rhs(lhs)`.
16
}
17
\description{
18
See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
19
}
20
\keyword{internal}