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
#' @examples
#' mtcars %>%
#'   tabyl(carb, cyl) %>%
#'   adorn_totals()
NULL
dpashouwer/formidabler documentation built on Feb. 10, 2020, 5:16 p.m.