Starts the interactive Shiny dashboard for exploring R4SUB evidence, pillar scores, SCI, and sensitivity analysis.
Usage
r4sub_app(evidence = NULL, theme = r4sub_theme(), ...)Arguments
- evidence
An optional pre-loaded evidence data.frame. If
NULL, the app shows an upload interface.- theme
A
bslib::bs_themeobject. Default usesr4sub_theme().- ...
Additional arguments passed to
shiny::shinyApp().