R/pipe.R

#' Pipe operator
#'
#' Like dplyr, biomassutils also 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
econtijoch/Biomass-Workflow documentation built on May 15, 2019, 7:59 p.m.