Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.71 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.71 KB

Citizens Online logo

This code and resulting map were created by Francis Barton of Citizens Online in March-April 2020.

See:

Data and webpage information last updated January 2021.

Here's a listing of the contents of the data directory in my local repository. As you can see, the file sizes are quite large so I haven't uploaded this folder to GitHub.

library(dplyr)
tibble(files = list.files("data", recursive = TRUE)) %>% 
  mutate(size_mb = round(file.size(paste0("data/", files))/2^20))

# A tibble: 6 x 2
  files                                size_mb
  <chr>                                  <dbl>
1 gp-reg-pat-prac-sing-age-regions.csv       3
2 ons_nspcl_data.Rds                        17
3 POMI_APR2020_to_APR2020.csv               11
4 surgery_data_raw.csv                      21
5 tmp/ons_postcode_data.zip                206
6 tmp/pomi_2021.zip                          1

Look at pomi_data_dictionary.txt for descriptions of the Patient Online data.

This project is written in R using: