Skip to contents

Opens the htaBIM interactive budget impact modelling dashboard in the default web browser. Requires the shiny package to be installed.

Usage

launch_shiny(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

Called for its side effect (launches a Shiny app). Returns invisibly.

Examples

if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
  launch_shiny()
}