require_arg <- function(arg,
ls_out){
if(!arg %in% ls_out) {
stop_msg <- paste(arg,"must be supplied.")
stop(stop_msg)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.