not_missing <- function(x){
!missing(x)
}
assertthat::on_failure(not_missing) <- function(call, env){
paste("Missing", deparse(call$x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.