list_codes {DEplotting} | R Documentation |
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)
Arguments
year |
Integer. Year of the geodata (must be between 1998 and 2022). |
Value
A DT::datatable
object showing merged geospatial metadata with municipality, district, and state names and their respective AGS codes.
Examples
list_codes(year = 2022)
[Package DEplotting version 0.1.0 Index]