get_vcpolygons: Get PEPFAR Visual Crossing Polygons

View source: R/geo_utilities.R

get_vcpolygonsR Documentation

Get PEPFAR Visual Crossing Polygons

Description

Get PEPFAR Visual Crossing Polygons

Usage

get_vcpolygons(folderpath, name = NULL)

Arguments

folderpath

Path to PEPFAR Global Shapefile

name

Name or pattern of shapefile

Value

sf object

Examples

## 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)


USAID-OHA-SI/gisr documentation built on Feb. 10, 2024, 8:55 p.m.