#' Default print statement for `dxwts` class
#'
#' @param x A `dxwts` object
#' @param ... Additional arguments.
#'
#' @method print dxwts
#' @export
#' @md
print.dxwts <- function(x,...)
{
print(x$summary.tab)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.