#' pipe operator
#'
#' Imports the pipe operator from magrittr.
#'
#' @importFrom magrittr %>%
#' @export
#' @param lhs an object
#' @param rhs a function
#' @rdname pipe
`%>%` <- magrittr::`%>%`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.