RKI_Corona_counties | R Documentation |
A dataset containing German counties (NUTS 3) with COVID-19 cases (Source: Robert Koch Institute).
data(RKI_Corona_counties)
A data.frame with multiple columns:
unknown/not necessary
(unknown/not necessary
unknown/not necessary
unknown/not necessary
(character) County code 1
(character) County code 2
(character) County code 3
(character) County name
(character) County type
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
unknown/not necessary
(character) NUTS 3 code
unknown/not necessary
unknown/not necessary
unknown/not necessary
(numeric) Population
(numeric) Area in sq. km
unknown/not necessary
unknown/not necessary
unknown/not necessary
(numeric) COVID-19 cases
(numeric) COVID-19 associated deaths
(numeric) COVID-19 cases per 100,000 inhabitants
unknown/not necessary
(character) Federal state
(integer) Federal state ID
(character) County name
Date of last update
Geometry
The data is included as it was published in by the Robert Koch Institute (Robert Koch-Institut, RKI) but extended by the geometry column (Original data: shapefile).
RKI (2020) RKI Corona Landkreise. Robert Koch-Institut (RKI), dl-de/by-2-0. Attribution: Robert Koch-Institut, Bundesamt für Kartographie und Geodäsie. https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a7095 (retrieved 2020-03-30)
data(RKI_Corona_counties)
# German counties (Source: Robert Koch Institute)
Corona_nbstat <-
nbstat (
RKI_Corona_counties,
ID_col="AGS",
link_data = RKI_Corona_counties,
data_ID_col = "AGS",
data_col = "EWZ",
func = "sum"
)
Corona_nbstat$nbmat_data_aggregate
# Sum of population (EWZ) of neighbouring counties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.