#' Pipe functions
#'
#' Using the pipe function, \code{\%>\%} for function composition.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.