Nothing
## ----eval=F-------------------------------------------------------------------
# # Inside ui_body.R or similar UI file
#
# appResetButton('appResetId')
## ----eval=F-------------------------------------------------------------------
# # Inside server_local.R
#
# appReset(id = 'appResetId', logger = logger)
## ----eval=F-------------------------------------------------------------------
# library(periscope2)
#
# app_dir = tempdir()
# create_application(name = 'mysampleapp', location = app_dir, sample_app = TRUE)
# runApp(paste(app_dir, 'mysampleapp', sep = .Platform$file.sep))
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.