Opens the htaBIM interactive budget impact modelling dashboard in the
default web browser. Requires the shiny package to be installed.
Arguments
- ...
Additional arguments passed to
shiny::runApp().
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
launch_shiny()
}