R/utils-pipe.R

#' Pipe operator
#'
#' See `magrittr::[\%>\%][magrittr::\%>\%]` for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
matthewcornell/zoltr documentation built on June 9, 2025, 9:41 a.m.