epiparameterDashboard provides a dashboard to explore the database of epidemiological parameters provided by the epiparameter package.
You can access the deployed dashboard here.
Alternatively, you can run with the following code in your R console. It will download the app and run it in your browser.
# Install the shiny package if not already installed
if (!require("shiny")) install.packages("shiny")
# Download and launch the dashboard
shiny::runGitHub("epiparameterDashboard", "jamesmbaazam")
This package is currently a concept, as defined by the RECON software lifecycle. This means that essential features and mechanisms are still being developed, and the package is not ready for use outside of the development team.
If you have ideas to improve the app, you can file an issue. Contributions are also welcome via pull requests.
Please note that the epiparameterDashboard project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.