#' Check object is of class dataReviewRobject
#'
#' @param x An object
#' @return A boolean: TRUE if object is class dataReviewRobject and FALSE if not
is.dataReviewRobject <- function(x) inherits(x, "dataReviewRobject")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.