Nothing
removeNullParam = function(params){
nparams = list()
for (i in names(params)) {
if(!is.null(params[[i]])){
nparams[[i]] = params[[i]]
}
}
nparams
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.