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
christianholland/dorothea documentation built on June 21, 2020, 2:07 p.m.