getPolyFnameRDS: Get the filename of the polygon zip file as downloaded from...

Description Usage Arguments Value Examples

View source: R/polygons.R

Description

Get the filename of the polygon zip file as downloaded from http://GADM.ORG

Usage

1
2
3
4
5
6
getPolyFnameRDS(
  ctryCode = NULL,
  gadmVersion = pkgOptions("gadmVersion"),
  gadmPolyType = pkgOptions("gadmPolyType"),
  custPolyPath = NULL
)

Arguments

ctryCode

character the ISO3 code of the country

gadmVersion

The GADM version to use

gadmPolyType

The format of polygons to download from GADM

custPolyPath

Alternative to GADM. A path to a custom shapefile zip

Value

character path to zip

Examples

1
2
Rnightlights:::getPolyFnameZip("KEN")
 #returns "path/to/"

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.