Description Usage Arguments Value Examples
Get the filename of the polygon zip file as downloaded from http://GADM.ORG
| 1 2 3 4 5 6 | getPolyFnameZip(
  ctryCode = NULL,
  gadmVersion = pkgOptions("gadmVersion"),
  gadmPolyType = pkgOptions("gadmPolyType"),
  custPolyPath = NULL
)
 | 
| 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 | 
character path to zip
| 1 2 | Rnightlights:::getPolyFnameZip("KEN")
 #returns "path/to/"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.