R/utils-pipe.R

#' Pipe operator
#' @noRd
#'
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics.
#' @return The result of calling `rhs(lhs)`.
NULL
RobertEmprechtinger/metaHelper documentation built on Aug. 5, 2024, 2:44 a.m.