This repository contains a basic Shiny app to interactively view our historical disease database.
To run the app, install a recent version of R. Then, from within R, run:
install.packages(c("shiny", "bslib", "duckdb", "tidyverse", "sf", "glue"))
shiny::runGitHub("sodascience/disease_database_viewer")
This is a project by the ODISSEI Social Data Science (SoDa) team. Do you have questions, suggestions, or remarks on the technical implementation? Create an issue in the issue tracker or feel free to contact Erik-Jan van Kesteren.