Skip to contents

Launches the Shiny application bundled in this package under `inst/app/`.

Usage

launch_app(...)

Arguments

...

Additional arguments passed to [shiny::shinyAppDir()].

Value

No return value; called for side effects.

Examples

if (interactive()) {
  myappkg::launch_app()
}