R/data.R

#' Local district id to nuts_3
#'
#' @name de.nuts.mapping
#' @docType data
#' @keywords data
#' @examples
#' head(de.nuts.mapping)
'de.nuts.mapping'

#' NUTS_3 mapping of codes -> name
#'
#' @name nuts_3_codes.map
#' @docType data
#' @keywords data
#' @examples
#' head(nuts_3_codes.map)
'nuts_3_codes.map'

#' Robert Koch's Institute data for districts in Germany (by age/gender)
#'
#' @name rki.covid19
#' @docType data
#' @keywords data
#' @examples
#' head(rki.covid19)
'rki.covid19'

#' Robert Koch's Institute data for districts in Germany
#'
#' @name rki.covid19
#' @docType data
#' @keywords data
#' @examples
#' head(rki.covid19)
'rki.covid19.no.age'
averissimo/covid19.de.data documentation built on Nov. 18, 2020, 12:42 a.m.