Skip to contents

Starts the interactive MineSDG dashboard: portfolio SDG scorecards, site KPI deep-dives, ontology exploration, the KPI registry, and CSV upload of your own site data (schema of demo_mine_sites).

Usage

run_minesdg_dashboard(...)

Arguments

...

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

Value

Invisibly returns the value of shiny::runApp() (called for its side effect of launching the app).

Details

Requires the shiny package (and optionally DT for enhanced tables), listed in Suggests.

Examples

if (FALSE) { # \dontrun{
run_minesdg_dashboard()
} # }