powered by
A dataset containing the names and AGS of all 401 German counties.
GermanCounties
A data.table with 401 rows and 3 variables:
data.table
stateId
id of state containing this county.
countyId
unique id, first five digits of the German AGS.
county
name of county in German.
GermanStates for German states.
GermanStates
# NOT RUN { x <- merge(GermanCounties, GermanStates, by="stateId") subset(x, countyId == "05135") # Cologne, North Rhine-Westphalia # }
Run the code above in your browser using DataLab