R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return The result of the left-hand side (lhs) is passed to the right-hand
#' side (rhs).
NULL
llrs/BaseSet documentation built on Jan. 28, 2024, 9:05 a.m.