list_codes | R Documentation |
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.
list_codes(year)
year |
Integer. Year of the geodata (must be between 1998 and 2022). |
A DT::datatable
object showing merged geospatial metadata with municipality, district, and state names and their respective AGS codes.
list_codes(year = 2022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.