R/pipe.R

#' Pipe

#'

#' Like dplyr, fusionchartsR 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

Try the fusionchartsR package in your browser

Any scripts or data that you put into this service are public.

fusionchartsR documentation built on Dec. 21, 2021, 1:07 a.m.