#' @title Pipe
#'
#' @description Pipe an object forward into a function or call expression. See \code{\link[magrittr]{magrittr}} for more details.
#'
#' @importFrom magrittr %>%
#'
#' @name %>%
#'
#' @rdname pipe
#'
#' @export
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.