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
saezlab/dorothea_R documentation built on April 3, 2020, 1 a.m.