R/utils-pipe.R

#' @title Pipe operator
#'
#' @description
#' See vignette at \url{https://CRAN.R-project.org/package=magrittr}.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return The value of the final expression in the pipe chain.
#'
NULL
levisc8/ipmr documentation built on Feb. 22, 2023, 9:15 p.m.