R/pipe.R

#' @title Pipe
#' 
#' @description Pipe an object forward into a function or call expression. See \code{\link[magrittr]{magrittr}} for more details.
#' 
#' @importFrom magrittr %>%
#' 
#' @name %>%
#' 
#' @rdname pipe
#' 
#' @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.