MapArgToNA <-
function (arg, LookFor, ReturnValue)
{
if (arg == LookFor || length(arg) <= 0)
return(ReturnValue)
else return(arg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.