#' re-export magrittr pipe operator
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics.
#' @export
#'
#' @importFrom rlang .data
#' @importFrom rlang .env
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.