R/utils-pipe.R

#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return NA
#' @examples
#' c(1,2) %>% barplot()
NULL
campbio/musicatk documentation built on May 9, 2024, 2:21 a.m.