R/data.R

#' Mapping from Bundesland ISO 3166-2 codes to full names
#'
#' A dataset containing the ISO 3166-2 codes and full names of the German Bundeslaender
#'
#' @format A data frame with 16 rows and 2 variables:
#' \describe{
#'   \item{bundesland}{full name of Bundesland}
#'   \item{bundesland_iso}{ISO 3166-2 code of Bundesland}
#'   ...
#' }
#' @source \url{https://de.wikipedia.org/wiki/ISO_3166-2:DE}
"BUNDESLAND_TO_ISO"
friep/vaccc19de documentation built on Feb. 12, 2021, 11:06 a.m.