GermanCounties: List of German administrative counties

GermanCountiesR Documentation

List of German administrative counties

Description

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

Usage

GermanCounties

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.

Source

Gemeindeverzeichnis-Informationssystem (GV-ISys) of the German Federal Statistics Office

See Also

GermanStates for German states.

Examples

x <- merge(GermanCounties, GermanStates, by="stateId")
subset(x, countyId == "05135") # Cologne, North Rhine-Westphalia


babsim.hospital documentation built on May 30, 2022, 9:05 a.m.