Nothing
# Environment that holds various global variables and settings for switchboards
switchboard.env <- new.env(parent = emptyenv())
set_switchboardVariable <- function(switchboardVariable, variableValue)
assign(switchboardVariable, variableValue, envir = switchboard.env)
get_switchboardVariable <- function(switchboardVariable)
unlist(mget(switchboardVariable, envir = switchboard.env, ifnotfound = NA))
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.