#' validateData : routine to validate the input data
#'
#' @param df a data frame
#' @return None. Stops if error.
validateData <- function(df) {
checkEmpty(df)
# checkForRReviewCol(df)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.