This repository contains a Shiny web application for exploring population and inpatient aggregates for the West Midlands (STW) area. The app reads in the provided datasets, loads the configuration defined in manifest.json, and presents interactive visualisations that support planning and decision making.
app.R– Source code for the Shiny application.manifest.json– Configuration describing input datasets and metadata used by the app.stw_inpatient_aggregates.csv– Aggregated inpatient metrics for the STW region.stw_snpp_persons_STW.xlsx– Population projections dataset.
- Install the required R packages listed at the top of
app.R. - Open
app.Rin RStudio or run it from the R console withshiny::runApp(). - Access the application in your browser to explore the planning frame dashboards.
This project is licensed under the MIT License. See the LICENSE file for details.