R/pipe.R

#' Pipe
#'
#' Magrittr compound assignment pipe-operator.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @param lhs,rhs A visualisation and a function to apply to it.
#' @return Apply lhs as input to rhs function
#' @export
NULL
coutogabriela/brazildatamortality documentation built on Oct. 20, 2022, 2:36 a.m.