R/pipe.R

#' Pipe graphics
#'
#' This package  uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs A visualisation and a function to apply to it
NULL
vojtechhuser/DataQuality documentation built on May 10, 2020, 8:31 a.m.