#' @importFrom magrittr %>%
#' @name %>%
#' @rdname magrittr_forward-pipe
#' @title magrittr forward-pipe operator
#' @usage lhs \%>\% rhs
NULL
#' @importFrom magrittr %<>%
#' @name %<>%
#' @rdname magrittr_compound_assignment_pipe
#' @title magrittr compound assignment pipe operator
#' @usage lhs \%>\% rhs
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.