This repository contains the scripts for the analysis of how the RTT backlog has changed since the start of the pandemic. Data on RTT Pathways is published monthly by NHS England and can be found here.
The repository can be cloned to re-run the analysis that has been carried out. This will also rely on updating the extracts of monthly published RTT data to include more recent months.
The structure of this repository is detailed below:
├───data
├───images
└───src
├───config
├───outputs
├───processing
└───sql_extraction
├───requirements
└───visualisation
Where the extracts of the monthly published RTT data are saved for loading.
Images such as TU logos and branding to add to outputs.
All code is stored in src. This is subdivided into five modules:
config
: Files for configuring the output such as thetheme.css
.data
: Extracts of the monthly published RTT data.processing
: Files for loading, cleaning and processing the RTT data.requirements
: Requirements for undertaking the analysis such as thepackages.R
script.visualisation
: Files for producing the visualisations used within the outputs.
This repository has been created and developed by: