R/import_export.R

#' Chain together multiple operations.
#' 
#' using the magrittr pipe (lhs \%>\% rhs) to chain operations
#' @importFrom magrittr %>%
#' @param lhs,rhs A dataset and function to apply to it
#' @name %>%
#' @export
#' @rdname builder
#' @usage lhs \%>\% rhs
NULL
USGS-R/gsplot documentation built on April 17, 2023, 8:45 p.m.