Nothing
# ----------------------------------------
# -- PROGRAM server_global.R --
# ----------------------------------------
# USE: Server-specific variables and
# functions for the main reactive
# shiny server functionality. All
# code in this file will be put into
# the framework outside the call to
# shinyServer(function(input, output, session)
# in server.R
#
# NOTES:
# - All variables/functions here are
# SERVER scoped and are available
# across all user sessions, but not to
# the UI.
#
# - For user session-scoped items
# put var/fxns in server_local.R
#
# FRAMEWORK VARIABLES
# none
# ----------------------------------------
# -- IMPORTS --
# -- VARIABLES --
# -- FUNCTIONS --
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.