R/import_pipe.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
sfirke/surveymonkey documentation built on Oct. 14, 2022, 6:18 a.m.