R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @param ... No parameters, used as pipe operator
#' @return No return value, called for side effects
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
nielsjdewinter/seasonalclumped documentation built on March 30, 2022, 2:31 a.m.