R/imports.R

#' Reexporting the pipe operator
#' 
#' Imported from magrittr package
#' 
#' @examples 
#' # piping sites
#' ARG_TRE %>% daily_metrics()
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
sapfluxnet/sapfluxnetr documentation built on Feb. 6, 2023, 10:37 p.m.