Description Usage Arguments Value Examples
Check if the decompressed country polygon has been stored as RDS
1 2 3 4 5 6 | existsPolyFnameRDS(
ctryCode = NULL,
gadmVersion = pkgOptions("gadmVersion"),
gadmPolyType = pkgOptions("gadmPolyType"),
custPolyPath = NULL
)
|
ctryCode |
The ctryCode to process |
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 |
TRUE/FALSE
1 2 | Rnightlights:::existsPolyFnameRDS("KEN")
#returns TRUE/FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.