R/utils-pipe.R

#' Pipe operator
#'
#' See `magrittr::[\%>\%][magrittr::pipe]` for details.
#'
#' @name %>%
#' @rdname pipe
#' @return Internal for use of pipe operator. No return value.
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
risktoollib/RTL documentation built on Feb. 28, 2025, 8:17 p.m.