Run the Shiny Application

run_app(
  install_dependencies = FALSE,
  launch_browser = TRUE,
  shiny_port = 8080,
  shiny_host = "0.0.0.0"
)

Arguments

install_dependencies

logical-install package/app dependencies? Defaults to FALSE.

launch_browser, shiny_port, shiny_host

Shiny options