GermanCounties | R Documentation |
A dataset containing the names and AGS of all 401 German counties.
GermanCounties
A data.table
with 401 rows and 3 variables:
stateId
id of state containing this county.
countyId
unique id, first five digits of the German AGS.
county
name of county in German.
Gemeindeverzeichnis-Informationssystem (GV-ISys) of the German Federal Statistics Office
GermanStates
for German states.
x <- merge(GermanCounties, GermanStates, by="stateId") subset(x, countyId == "05135") # Cologne, North Rhine-Westphalia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.