R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @return The same as the rhs.
#' @examples
#' c(1,2,3) %>% mean()
#' @export
#' @importFrom magrittr %>%
NULL
ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.