R/reexports.R

#' Pipe operator
#'
#' The pipe function, \code{\%>\%}, allows you to turn function composition into
#' a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs A vector of fields or a tibble of fields and values, and a
#'   function to apply to them.
NULL
shafquatullah/JenkinsIntegrationTest documentation built on Nov. 5, 2019, 8:50 a.m.