Description Usage Arguments Value Examples
Search for the admLevels in the admLevels of a particular country
1 2 3 4 5 6 7 8 9 10 | searchAdmLevelMembers(
ctryCode = NULL,
admLevels,
admLevelMembers,
dnldPoly = TRUE,
downloadMethod = pkgOptions("downloadMethod"),
gadmVersion = pkgOptions("gadmVersion"),
gadmPolyType = pkgOptions("gadmPolyType"),
custPolyPath = NULL
)
|
ctryCode |
|
admLevels |
|
admLevelMembers |
The names to search for within the admLevels |
dnldPoly |
|
downloadMethod |
The method used to download polygons |
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 vector of admin level names
1 2 3 4 5 | ## Not run:
searchAdmLevelMembers("KEN", "county", "nai")
#returns "Nairobi"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.