Nothing
checkIfLegendPossible <- function(){
## Determine operating system to decide whether legends should be added.
osType <- Sys.info()['sysname']
if (osType %in% c("Linux", "Windows")){
addLegend <- TRUE
} else addLegend <- FALSE
return(addLegend)
}
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.