R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @noRd
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
meerapatelmd/secretary documentation built on Oct. 8, 2021, 8:49 a.m.