none.if.null <-
function (element, the.return = "None")
{
if (length(element) == 0 || (length(element) == 1 && element ==
""))
return(the.return)
else return(element)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.