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 NA
#' @examples
#' c(1,2) %>% barplot()
NULL
campbio/BAGEL documentation built on Oct. 6, 2020, 3:59 a.m.