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

Try the sapfluxnetr package in your browser

Any scripts or data that you put into this service are public.

sapfluxnetr documentation built on Feb. 16, 2023, 7:52 p.m.