View source: R/get_geographies.R
| get_geographies | R Documentation |
get_geographies either retrieves a data frame with all available geographies or all existing units for a given geography
get_geographies(geography = NULL)
geography |
geography as string or |
a data.frame either with the columns Kurzname (geography name), ID (geography identifier)
and NGeb (number of units) or with the columns Schlüssel (unit identifier) and Name (unit name).
# Available geographies
get_geographies()
# All districts
get_geographies("KRS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.