R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @return no return value this is the tidyverse pipe operator
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
niaid/dsb documentation built on April 12, 2025, 9:40 a.m.