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

Try the ipmr package in your browser

Any scripts or data that you put into this service are public.

ipmr documentation built on Feb. 16, 2023, 10:04 p.m.