R/tidyverse.R

#' Pipe
#'
#' Like dplyr, ieeecomtrade also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom rlang enquo
#' @importFrom rlang quos
#' @importFrom rlang UQ
#' @importFrom rlang UQS
#' @importFrom rlang .data
#'
#' @importFrom purrr %||%
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs An object and a function to apply to it
#' @keywords internal
#'
NULL
ijlyttle/ggoctocal documentation built on May 28, 2019, 9:55 p.m.