Skip to content

Commit

Permalink
read-in projection variant codes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulseamer committed Sep 23, 2022
1 parent f2eaf33 commit 2956e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 004_weighted_trust_catchments.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ library("here")
# 1 read files ----
nhp_snpp_2018b <- readRDS(here("data","nhp_snpp_2018b.rds"))
nhp_snpp_2018b_cvars <- readRDS(here("data","nhp_snpp_2018b_custom_vars.rds"))
proj_codes <- readRDS(here("data","proj_var_codes.rds"))
catchments <- readRDS(here("data", "nhp_lad_catchments.rds"))
cohort4 <- readRDS(here("data", "nhp_cohort4_trusts.rds"))
cohort4_trusts_all <- cohort4[["cohort4_trusts_all"]]
Expand Down

0 comments on commit 2956e60

Please sign in to comment.