R/pipe.R

#' The magrittr pipe
#'
#' The `blastula` package uses the pipe function, `\%>\%`, to turn function
#' composition into a series of imperative statements.
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL

Try the blastula package in your browser

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

blastula documentation built on Sept. 24, 2023, 1:07 a.m.