R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
#' @return lhs
#' @export
#' @usage lhs \%>\% rhs
#' @examples
#' c(1:10) %>% mean()
NULL
t-stei/dorothea documentation built on March 19, 2022, 7:26 a.m.