Nothing
#' @export
#' @method str TDLM
str.TDLM <- function(object, ...)
{
args <- list(...)
if(is.null(args$max.level))
{
args$max.level <- 2
}
NextMethod("str", object = object, max.level = args$max.level)
}
#' @export
#' @method print TDLM
print.TDLM <- function(x, ...)
{
print(x$info)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.