R/utils-magrittr.R

#' Magrittr Pipe Helpers
#'
#' The magrittr pipe is a common programming tool in \strong{R} that often makes
#' code much easier to read. In addition to the primary pipe operator, magrittr
#' offers several additional pipes, as well as functions to help perform common
#' infix-operations in a pipe-friendly manner.
#'
#' @md
#' @name magrittr-helpers
#' @keywords internal
#' @import magrittr
NULL

#' @importFrom magrittr %>%
#'
#' @export
magrittr::`%>%`

# Suppress "no visible binding for global variable" when using `.`
if (getRversion() >= "2.15.1") utils::globalVariables(".")
jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.