R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @return a pipe
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @noRd
#' @examples rnorm(100) %>% mean()
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
plbaldoni/epigrahmm documentation built on Oct. 14, 2023, 5:13 a.m.