Skip to content

Commit

Permalink
Add lookup table for NUTS-3 codes and Kreiskennziffer
Browse files Browse the repository at this point in the history
  • Loading branch information
long39ng committed Jun 29, 2023
1 parent 1bdae05 commit 629da41
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
#' The DBI connection to the local database is stored as an attribute of the
#' `inkar` object and can be accessed with `attr(inkar, "con")`.
"inkar"

#' NUTS-3 regions (districts/_Kreise_)
#'
#' Lookup table with NUTS-3 code and _Kreiskennziffer_ for all 401 NUTS-3 regions in Germany
"kreise"
Binary file added data/kreise.rda
Binary file not shown.
16 changes: 16 additions & 0 deletions man/kreise.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 629da41

Please sign in to comment.