Get PEPFAR Visual Crossing Polygons
Usage
get_vcpolygons(folderpath, name = NULL)
Arguments
- folderpath
Path to PEPFAR Global Shapefile
- name
Name or pattern of shapefile
Examples
if (FALSE) {
library(gisr)
shp_pepfar <- get_vcpolygons()
shp_pepfar <- get_vcpolygons(folderpath = glamr::si_path("path_vector"))
shp_pepfar <- get_vcpolygons(folderpath = "./GIS", name = "VcPepfarPolygons.shp")
}