#' Report
#'
#' @param x A fitted object.
#' @param ... Other arguments passed to methods
#'
#'
#' @export
report <- function(x, ...) {
UseMethod("report")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.