Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 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 \code{rhs(lhs)}. |
| 16 | } |
| 17 | \description{ |
| 18 | See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details. |
| 19 | } |
| 20 | \keyword{internal} |