R/tee.R

#' @title Tee
#' 
#' @description Pipe an object forward into a function or call expression. See \code{\link[magrittr]{magrittr}} for more details.
#' 
#' @importFrom magrittr %T>%
#' 
#' @name %T>%
#' 
#' @rdname tee
#' 
#' @export
#' 
NULL

Try the forestmangr package in your browser

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

forestmangr documentation built on Nov. 24, 2023, 1:07 a.m.