Skip to contents

Performs the one-time runtime setup (mirai daemon pool, large-upload option; SerialParam is registered on package load) and starts the Shiny app. The daemon pool is torn down when the app stops.

Usage

run_app(...)

Arguments

...

passed to shiny::runApp() (e.g. port, launch.browser).

Value

Invisibly, the result of shiny::runApp().

Examples

if (interactive()) run_app()