Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 733 Bytes

Cleaning of ONS data

I cleaned ONS data to have a tidy dataset of LAD-wise features regarding the following information: life expectancy population suicides wellbeing work gdp unemployment

You can find an app to explore the app in this link

All the code to make the app are available in this repo, so you could also clone this repo then run:

shiny::runApp('ONS2019dash/ONS2019dash.R')

To reproduce the data cleaning you can run:

source('01_tidyingOriginalData.R')

or step through the 01_tidyingOriginalData.Rmd rmarkdown file.

The rendered rmarkdown file is also available in this link