#' Prints the results from `simulateIRR.`
#'
#' @param x the results of IRRsim::simulateIRR().
#' @param ... currently unused.
#' @return nothing returned.
#' @export
print.IRRsim <- function(x, ...) {
print(as.data.frame(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.