Learn R Programming

babsim.hospital (version 11.8.8)

GermanCounties: List of German administrative counties

Description

A dataset containing the names and AGS of all 401 German counties.

Usage

GermanCounties

Arguments

Format

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.

See Also

GermanStates for German states.

Examples

Run this code
# 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