R/pipe.R

#' Pipe operator
#' Like dplyr, iexcloudR also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @keywords internal
#' @rdname pipe
#' @export
#' @param lhs,rhs A visualisation and a function to apply to it
NULL
schardtbc/iexcloudR documentation built on Aug. 23, 2020, 3:58 a.m.