Skip to content

Commit

Permalink
Update linelist_data.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulC91 committed Dec 20, 2023
1 parent 8bb787d commit 729c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/linelist_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ shape_paths <- list(
shapes <- map(shape_paths, st_read)
# little bit of cleaning on district names to match with data
shapes$adm2$shapeName <- gsub("Area ", "", shapes$adm2$admin2Name)
shapes$adm2$shapeName <- gsub("Area ", "", shapes$adm2$shapeName)
map(shapes, head)
```
Expand Down

0 comments on commit 729c750

Please sign in to comment.