Skip to contents

Opens a local Shiny app that explores the data shipped by the package. The app consumes only the public API (get_enrollment()) so any improvement to the data flows through it automatically.

Usage

run_dashboard(lang = c("pt", "en"), ...)

Arguments

lang

Default UI language. One of "pt" (default) or "en".

...

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

Value

Invoked for its side effect (starts the Shiny app). Returns the value of shiny::runApp() invisibly.

Details

The dashboard is also deployed publicly (link in the README) for users who prefer not to install R locally.