#' Reexporting the pipe operator
#'
#' Imported from magrittr package
#'
#' @examples
#' # piping sites
#' ARG_TRE %>% daily_metrics()
#'
#' @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.