R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @return No return value. Created to import the pipe operator.
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
bryandmartin/corncob documentation built on Sept. 9, 2024, 4:08 a.m.