#' Generates an empty list of the correct class to store results
#'
#' @return A list of class dataReviewRObject
#'
createReviewObject <- function() {
rRevObj <- vector("list")
class(rRevObj) <- 'dataReviewRobject'
return(rRevObj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.