R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#' @return These functions do not return a value but rather are used for side effects.
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

Try the healthyverse package in your browser

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

healthyverse documentation built on April 18, 2023, 5:11 p.m.