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
albhasan/prioritizedeforestationhotspots documentation built on Nov. 11, 2023, 3:12 p.m.