# check_csv_config -------------------------------------------------------------
check_csv_config <- function(config)
{
if (is.null(config)) {
stop_text("empty_csv_config")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.