R/utils-pipe.R

#' Pipe operator
#'
#' See \code{tidyr::\link[tidyr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#'
#' @rdname pipe
#'
#' @keywords internal
#' @export
#'
#' @importFrom tidyr %>%
#'
#' @usage lhs \%>\% rhs
#'
#' @param lhs A value or the tidyr placeholder.
#' @param rhs A function call using the tidyr semantics.
#'
#' @return The result of calling \code{rhs(lhs)}.
NULL

Try the fChange package in your browser

Any scripts or data that you put into this service are public.

fChange documentation built on June 21, 2025, 9:08 a.m.