Description Usage Arguments Value Examples
Return the unique nlTypes available in the data
1 2 3 4 5 6 7 8 | getCtryNlTypes(
ctryCodes,
admLevel,
gadmPolySrc = "GADM",
gadmPolyVer = "3.6",
gadmPolyType = "SHPZIP",
custPolyPath
)
|
ctryCodes |
the ISO3 code of the countries |
admLevel |
The country admin level of interest |
gadmPolySrc |
The GADM source to use |
gadmPolyVer |
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 available nlTypes
1 2 3 4 | ## Not run:
getCtryNlTypes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.