#' 'magrittr' forward-pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}}.
#' @name %>%
#' @importFrom magrittr %>%
#' @export %>%
#' @return No return value, called for forward-piping
NULL
#' magrittr compound assignment pipe-operator
#'
#' See \code{\link[magrittr]{\%<>\%}}.
#' @name %<>%
#' @importFrom magrittr %<>%
#' @export %<>%
#' @return No return value, called for side effect
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.