-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.qmd
22 lines (14 loc) · 822 Bytes
/
README.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Reproducible plotting of UK productivity Data from ONS"
format: gfm
editor: visual
---
## how to run
download International_Territorial_Level_3_January_2021_UK_BGC_V3_2022_-3166856060823825625.geojson from the url https://geoportal.statistics.gov.uk/datasets/ons::international-territorial-level-3-january-2021-uk-bfc-v3-1/explore?location=55.215450%2C-3.316605%2C6.91 and save in working directory
open script its_prod.R
make sure you have all the packages, the latest version of R studio checks on loading scripts. All these packages are from the CRAN so R studio should be able to install them.
Select the whole script and run.
First output is productivity in 2019 above and below the average (100)
![](ITL3.png)
Second is a gif of the same plot but for the full dataset (2004 to 2021)
![](ITL3.gif)