Run the Shiny Application

run_app(
  server_version = FALSE,
  seed = round(runif(n = 1, min = 0, max = 2^7)),
  ...
)

Arguments

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

...

A series of options to be used inside the app.

Value

shiny application