R/pipe.R

#' Pipe graphics
#'
#' Like dplyr, this package also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
tarkomatas/myprettyreport documentation built on May 9, 2019, 7:40 a.m.