R/zzz.R

sits.env <- new.env()
utils::globalVariables(c(
    ".",
    "%>%"
))


#' Pipe
#'
#' Magrittr compound assignment pipe-operator.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @param lhs,rhs A visualisation and a function to apply to it.
#' @export
NULL
albhasan/sits.prodes documentation built on Sept. 3, 2020, 2:03 p.m.