This repo consists of the following directories:
/data/is a backup of all the data sources used throughout. It is not directly referenced by the Shiny app, or the PDF templates; it just exists as a store of files for convenience./docs/contains the PDF report templates, plus theresources.Rscript that I used to generate the final PDFs using the templates.- Each subdirectory (
county-summary-pdf/,one-county-all-metrics/, etc.) contains the Quarto report template (the.qmdfile), the data used therein (/data/), as well as some aesthetic / theming resources (/www/, etc.) - Note that each report is first rendered to an
.htmlfile, and are then saved as PDFs using thechrome_print()function from the{pagedown}package.
- Each subdirectory (
/renv/andrenv.lockare used by the{renv}package for R to maintain a consistent development environment./think-tn-map/is the Shiny application itself.server.Ris the "behind the scenes" server logic of the Shiny app.ui.Ris the user interface of the Shiny app./data/contains copies of the source data./www/contains aesthetic / themeing files for the map site.
.Rprofile,.gitignore, andthink-tn-map.Rprojare miscellaneous R / git helper files.LICENSEhas the license for the software (it's using the GNU General Public License, which is a very permissive open source license)README.mdis this file.