R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Pass through pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%T>\%}} for details.
#'
#' @name %T>%
#' @rdname pass-pipe
#' @keywords external
#' @export
#' @importFrom magrittr %T>%
#' @usage lhs \%T>\% print
NULL
seabbs/DirectEffBCGPolicyChange documentation built on Dec. 14, 2019, 9:24 p.m.