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
rich-iannone/blastula documentation built on July 15, 2024, 2:55 a.m.