R/pipe.R

#' Pipe
#'
#' The present package support the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
floodnetProject16/floodnetRfa documentation built on Oct. 24, 2020, 9:19 a.m.