We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1675a85 commit 1b9e318Copy full SHA for 1b9e318
1 file changed
general_practice/patient_registrations/pre-processing.R
@@ -19,7 +19,7 @@ library(tidyverse)
19
trafford_postcodes <- read_csv("https://www.trafforddatalab.io/spatial_data/postcodes/trafford_postcodes.csv") %>%
20
select(postcode, ward_code, ward_name, msoa_code, msoa_hcl_name, locality)
21
22
-# Get the list of GP practices under Trafford CCG
+# Get the list of GP practices within Trafford
23
trafford_gp <- read_csv("https://files.digital.nhs.uk/11/9809CA/gp-reg-pat-prac-map.csv") %>%
24
filter(PRACTICE_POSTCODE %in% trafford_postcodes$postcode) %>%
25
select(practice_code = PRACTICE_CODE,
0 commit comments