#' Printing summaryRreview Output
#'
#' @param x an object of class "summary.dataReviewRobject", usually a result of a call to
#' \code{\link{summary.dataReviewRobject}}.
#' @param ... Additional arguments passsed on to \code{\link{createTextSummary}}
#' @export
print.summary.dataReviewRobject <- function(x, ...) {
y <- createTextSummary(x, ...)
invisible(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.