has_config <- function() {
file.exists(CONF)
}
assertthat::on_failure(has_config) <- function(call, env) {
"Missing configuration file"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.