|
a |
|
b/man/grapes-less-than-greater-than-grapes.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{Assignment pipe} |
|
|
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 \code{rhs(lhs)}. |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
See \code{magrittr::\link[magrittr:pipe]{\%<>\%}} for details. |
|
|
19 |
} |
|
|
20 |
\keyword{internal} |