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/intrinoR documentation built on July 12, 2019, 4:21 a.m.