Functions for loading and downloading shapefiles from https://github.com/PATH-Global-Health/geometries
Source:R/load-shapefile.R
load_shapefile.Rd
Load and download shapefile
Usage
load_shapefile(
country,
admin_level = c(0, 1, 2),
quiet = T,
download = F,
destfile = "."
)