getCtryShpLyrNames: Get the standard names of polygon layers in a country
Description
Get the standard name of a polygon layer for a country. Used to refer
to a polygon layer by name i.e. for
CTRYCODE & lyrNum="0": lyrName="CTRYCODE_adm0",
lyrNum="1": lyrName="KEN_adm1".
Note this is different from the official country administration
level name.
# NOT RUN {#requires KEN polygon shapefile to exist in the polygons foldergetCtryShpLyrNames("KEN","1")
#returns "KEN_adm1"# }# NOT RUN {#export only due to exploreData() shiny app# }