R/utils.R

# Copied from tidyr/R/utils.R, to export the magrittr pipe

#' Pipe operator
#'
#' @description Exported from the magrittr package.  To learn more, run \code{?magrittr::`\%>\%`}.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
dpashouwer/dpash documentation built on March 21, 2022, 4:29 p.m.