This repository contains the code used to build a shiny app to explore the 2025 IMD publication at ICB level.
The current structure of the repository is detailed below:
├─── data
├─── geospatial
├─── imd
└─── lookups
├─── documentation
├─── images
├─── src
├─── analysis
├─── config
├─── etl
├─── functions
├─── modules
└─── requirements
└─── www
- .gitignore
- app.R
- LICENSE
- README.md
The data folder contains all extracts of data used to create the app. It is broken down into:
geospatial: Contains the geojson files for creating maps of LSOAs and ICBsimd: Contains the 2019 and 2025 IMD data including at domain levellookups: Contains useful reference lookups including the best fit for 2011 LSOAs to 2021 boundaries.
This folder contains data source documentation on where the data was sourced from.
Contains the TU logo for the README
Contains the code for building the app. Broken down into:
analysis: R scripts for analysing the IMD dataconfig: Contains configuration scripts such as the TU colour paletteetl: Contains scripts for loading and processing all the datafunctions: Contains functions for creating maps and charts used in the app as outputs.modules: Contains theui.Randserver.Rfilesrequirements: Contains the R packages required to build the app.
Contains the images and .css files used in the app.
This repository has been created and developed by:
