powered by
Construct the full path to save the file containing the country data. Note it does not indicate if the file exists
getCtryNlDataFnamePath(ctryCode = NULL, admLevel, gadmVersion = pkgOptions("gadmVersion"), custPolyPath = NULL)
character string The ctryCode of interest
character string
character string The admin level of interest
The GADM version to use
Alternative to GADM. A path to a custom shapefile zip
Character string the full path to the data file of a country admin level
# NOT RUN { #get the full path to the file containing data for KEN counties getCtryNlDataFnamePath("KEN", "KEN_adm0") #@export only due to exploreData() shiny app # }
Run the code above in your browser using DataLab