run_app | R Documentation |
Run the Shiny Application
run_app(
server_version = FALSE,
seed = round(runif(n = 1, min = 0, max = 2^7)),
host = "127.0.0.1",
...
)
server_version |
TRUE if the app is deployed on web server, else (default), FALSE |
seed |
seed for random state to ensure reproducible runs along DIANE's pipeline |
host |
IP address of the app (e.g "127.0.0.1" for localhost, "0.0.0.0", ...) |
... |
A series of options to be used inside the app. |
shiny application
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.