R/utils.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

# Add other helper code below here. Think about things like
# generic methods to reshape data, helper methods to look up codes
# or integrate with spatial information, specific scraping code, and more
Covid19R/covid19_package_template documentation built on June 29, 2020, 9:37 p.m.