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
rstudio/blastula documentation built on July 13, 2024, 10:05 a.m.