Skip to content

Commit

Permalink
Merge pull request #34 from epiforecasts/fix-notes
Browse files Browse the repository at this point in the history
Fix notes
  • Loading branch information
Sophie Meakin authored Sep 23, 2022
2 parents 14905ea + 7b9c04b commit 58576e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/load_mappings.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ load_mapping <- function(scale, source) {
}

# Return mapping
out <- covid19.nhs.data:::mappings %>%
out <- mappings %>%
filter(map_source == source,
map_level == scale) %>%
select(-c(map_source, map_level))
Expand Down
6 changes: 2 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ NULL

globalVariables(
c(
"admissions", "data", "ltla_code", "org_code", "p", "p_trust", "p_utla",
"trust_code", "trust_ltla_mapping", "trust_name", "trust_names",
"trust_utla_mapping", "type1_acute", "geo_code", "geo_name", "geo_names",
"england_utla_shape", "value", "p_geo", "utla_names"
"data", "geo_code", "geo_name", "map_level", "map_source", "new_adm", "nhs_region",
"org_code", "p", "p_geo", "p_trust", "trust_code", "trust_name", "value", "var", "var_name"
)
)

0 comments on commit 58576e7

Please sign in to comment.