Starts the interactive STEPS survey analysis app in the user's browser. The app provides a guided workflow: upload data, clean, set survey design, compute indicators, visualise results, and generate Word reports.
run_app(...)Additional arguments passed to shiny::shinyApp().
A Shiny app object (invisibly). Called for its side effect of launching the application.
if (FALSE) { # \dontrun{
run_app()
} # }