This function launches a Shiny dashboard application that leverages the analytical functions and datasets within this package. The dashboard provides a user-friendly interface for exploring, visualizing, and analyzing health and facility data.
Value
This function does not return a value; it launches a Shiny application in the default web browser.
Details
The dashboard
function serves as an entry point to the Shiny application
included in this package. This application is located in the inst/shiny/app.R
directory of the package. It uses the package's internal functions and data to
facilitate interactive data analysis, visualization, and reporting.
To use this function, ensure that all dependencies for running Shiny applications are installed. The Shiny app opens in the default web browser and provides tools for users to conduct analyses without directly interacting with the underlying code.