R/pipe.R

#' The magrittr pipe
#'
#' DiagrammeR uses the pipe function, `\%>\%` to turn function composition
#'   into a series of imperative statements.
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
davidpassmore/pulse documentation built on March 19, 2022, 4:39 a.m.