Skip to content

NHS-Transformation-Unit/imd_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU logo

IMD 2025 ICB Exploration App

This repository contains the code used to build a shiny app to explore the 2025 IMD publication at ICB level.

Repository Structure

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

data

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 ICBs
  • imd: Contains the 2019 and 2025 IMD data including at domain level
  • lookups: Contains useful reference lookups including the best fit for 2011 LSOAs to 2021 boundaries.

documentation

This folder contains data source documentation on where the data was sourced from.

images

Contains the TU logo for the README

src

Contains the code for building the app. Broken down into:

  • analysis: R scripts for analysing the IMD data
  • config: Contains configuration scripts such as the TU colour palette
  • etl: Contains scripts for loading and processing all the data
  • functions: Contains functions for creating maps and charts used in the app as outputs.
  • modules: Contains the ui.R and server.R files
  • requirements: Contains the R packages required to build the app.

www

Contains the images and .css files used in the app.

Contributors

This repository has been created and developed by:

About

Repository for the analysis and comparison of the 2025 IMD publication to 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published