#' Title
#'
#' @param object
#' @param ...
#'
#' @return A summary
#' @export
summary.gmle.out <-
function (object, ...)
{
print(object)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.