R/utils-pipe.R

#' Pipe operator
#'
#' See `%>%` in the `magrittr` package for details.
#'
#' @md
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

#' Exposition pipe operator
#'
#' See `%$%` in the `magrittr` package for details.
#'
#' @md
#' @name %$%
#' @rdname exposition_pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %$%
#' @usage lhs \%$\% rhs
NULL
torfason/zulutils documentation built on Aug. 21, 2023, 5:46 p.m.