#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @return Nothing (joins operations together)
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @examples
#' data.frame(x=1:3, y=c(2,4,6)) %>% summary()
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.