#' S3 method
#'
#' @export print.ess
#' @export
print.ess <- function(x) {
print(list(
ess_table = head(x$ess_table),
review = head(x$review)
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.