View source: R/geo_utilities.R
get_vcpolygons | R Documentation |
Get PEPFAR Visual Crossing Polygons
get_vcpolygons(folderpath, name = NULL)
folderpath |
Path to PEPFAR Global Shapefile |
name |
Name or pattern of shapefile |
sf object
## Not run:
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.