#' Summarizes the `bouldr` output (by passing to print)
#'
#' @param object A `bouldr` object
#' @param ... additional arguments
#' @return NULL
#' @export
summary.bouldr <- function(object, ...) {
print.bouldr(object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.