Run the Shiny Application

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

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

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.

Value

shiny application