#' Re-exporting the pipe operator
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @param lhs see \code{magrittr::\link[magrittr]{\%>\%}}
#' @param rhs see \code{magrittr::\link[magrittr]{\%>\%}}
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return depending on lhs and rhs
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.