Skip to contents

Opens an interactive Shiny dashboard for computing and visualising multivariate-weighted CAMEL indices.

Usage

launch_dashboard(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

A Shiny application object (invisibly).

Examples

if (FALSE) { # \dontrun{
launch_dashboard()

# Launch on a specific port
launch_dashboard(port = 3838)
} # }