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
#' @export
NULL

#' xtabs
#' @importFrom stats xtabs
#' @name xtabs
#' @export
NULL
pedro-andrade-inpe/sits.validate documentation built on Dec. 4, 2019, 3:02 p.m.