R/pipe.R

#' The magrittr pipe
#' @description causact uses the pipe function,
#' `\%>\%` to turn function composition into a
#' series of imperative statements.
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @return Pipe a value forward into a function- or call expression and return the function on the `rhs` with the `lhs` used as the first argument.
#' @export
NULL

Try the causact package in your browser

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

causact documentation built on Sept. 8, 2023, 5:46 p.m.