Nothing
# Enable Shiny tracing (run once per session)
options(shiny.trace = TRUE)
# Run Shiny instance
rmarkdown::run("inst/shiny/app.Rmd")
# Run shiny instance in browser
rmarkdown::run("inst/shiny/app.Rmd", shiny_args = list(launch.browser = TRUE))
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.