Nothing
# Copyright (c) 2018 Dirk Schumacher, Noam Ross, Rich FitzJohn
# Script that starts the shiny webserver
# Parameters are supplied using environment variables
assign(".lib.loc", Sys.getenv("R_LIB_PATHS"), envir = environment(.libPaths))
shiny::runApp(
Sys.getenv("RE_SHINY_PATH"),
host = "127.0.0.1",
launch.browser = FALSE,
port = as.integer(Sys.getenv("RE_SHINY_PORT"))
)
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.