Description Usage Arguments Value Examples
Checks if all ctry admLevels are valid
1 2 3 4 5 6 7 | allValidCtryAdmLvls(
ctryCode = NULL,
admLevels,
gadmVersion = pkgOptions("gadmVersion"),
gadmPolyType = pkgOptions("gadmPolyType"),
custPolyPath = NULL
)
|
ctryCode |
|
admLevels |
|
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 |
logical
whether inputted admLevels are valid
1 2 3 4 5 | ## Not run:
validCtryAdmLvls("KEN", "adm0")
#returns "KEN_adm1"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.