Nothing
# ----------------------------------------
# -- PROGRAM server_local.R --
# ----------------------------------------
# USE: Session-specific variables and
# functions for the main reactive
# shiny server functionality. All
# code in this file will be put into
# the framework inside the call to
# shinyServer(function(input, output, session)
# in server.R
#
# NOTES:
# - All variables/functions here are
# SESSION scoped and are ONLY
# available to a single session and
# not to the UI
#
# - For globally scoped session items
# put var/fxns in server_global.R
#
# FRAMEWORK VARIABLES
# input, output, session - Shiny
# ss_userAction.Log - Reactive Logger S4 object
# ----------------------------------------
# -- IMPORTS --
# -- VARIABLES --
# -- FUNCTIONS --
# ----------------------------------------
# -- SHINY SERVER CODE --
# ----------------------------------------
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.