R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return lhs
#' @examples
#'
#' c(1, 2, 3) %>% sum()
NULL
wvictor14/plmec documentation built on Feb. 26, 2024, 2:11 p.m.