missingCh <- function(x, envir = parent.frame()) {
stopifnot(is.character(x))
eval(substitute(missing(VAR), list(VAR=as.name(x))),
envir = envir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.