#' Print method for list.fails
#'
#' @param x A list of convenience.diag type
#' @param ... (various) Additional arguments
#'
#' @export
print.list.fails <- function(x, ...){
cat(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.