Skip to content

Commit

Permalink
Specify geo_names arg in get_names()
Browse files Browse the repository at this point in the history
Error:
Quitting from lines 63-70 (mapping_summary.Rmd)
   Error: processing vignette 'mapping_summary.Rmd' failed with diagnostics:
   Missing geo_names - please specify appropriate geography names.
  • Loading branch information
sophiemeakin committed Sep 22, 2022
1 parent 34ce181 commit 72b699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/mapping_summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add Trust names and local authority names to the raw mapping with `get_names()`:
```{r add_names, echo = TRUE, eval = TRUE}
load_mapping(scale = "ltla", source = "link") %>%
get_names() %>%
get_names(geo_names = ltla_names) %>%
head() %>%
kable() %>%
kable_styling()
Expand Down

0 comments on commit 72b699c

Please sign in to comment.