#' Pipe
#'
#' The Pipe is a super handy way to pass the results from one function right into another.
#'
#' @importFrom dplyr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs specify what lhs and rhs are
#' @examples
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.