Learn R Programming

DEplotting (version 0.1.0)

list_codes: Look Up Administrative Codes (AGS) for German Regions

Description

Displays an interactive table for identifying official administrative codes (AGS) of municipalities (Gemeinden), districts (Kreise), and federal states (Länder) in Germany. The function loads and processes shapefiles for a given year, merges them across administrative levels, and presents a searchable datatable with names and AGS codes for each region.

Usage

list_codes(year)

Value

A DT::datatable object showing merged geospatial metadata with municipality, district, and state names and their respective AGS codes.

Arguments

year

Integer. Year of the geodata (must be between 1998 and 2022).

Examples

Run this code
# \donttest{
list_codes(year = 2022)
# }

Run the code above in your browser using DataLab