#' @export
print.gmle <-
function (x,...)
{
warning(paste("use print.gmle.out instead of deprecated print.gmle"))
print.gmle.out(x)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.