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 June 11, 2025, 7:42 a.m.