R/utils-pipe.R

#' @title Pipe operator
#'
#' @description
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
rchlumsk/RavenR documentation built on June 28, 2024, 12:27 p.m.