#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.