Skip to content

Commit

Permalink
Change call to internal data
Browse files Browse the repository at this point in the history
Note:
There are ::: calls to the package's namespace in its code. A package almost never needs to use ::: for its own objects: ‘mappings’
  • Loading branch information
sophiemeakin committed Sep 23, 2022
1 parent 14905ea commit 459ae0b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 459ae0b

Please sign in to comment.