#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
#' @return lhs
#' @export
#' @usage lhs \%>\% rhs
#' @examples
#' c(1:10) %>% mean()
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.