COVID-19 District level data from Robert Koch Institute in Germany
The data is updated daily and is downloaded from a ARCGIS REST API using the RKI_COVID19 feature server.
Data from previous dates can be changed over time and update the data
files accordingly, therefore object.id
for any given row will change
daily.
Source code available at averissimo/covid19-rki_de-data.
Other covid-19 confirmed/deaths analysis
Age group analysis
- Germany (by state and district)
The data is available inside the data/
folder in .csv
format.
It can also be used as an R package by installing this repository directly:
BiocManager::install_github('averissimo/covid19.de.data')
# or
devtools::install_github('averissimo/covid19.de.data')
To retrieve the lastest yourself use the following function of the R package.
covid19.de.data::update_dataset()
covid19.de.data::update_dataset.no.age()
Note that, as of now, the data is updated by the Robert Koch Institute once a day.
## `summarise()` regrouping output by 'state', 'age.group' (override with `.groups` argument)
## `summarise()` regrouping output by 'state', 'age.group' (override with `.groups` argument)
(showing only 3 latest days)
## `summarise()` regrouping output by 'state', 'age.group', 'gender' (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
Showing only 50
## `summarise()` ungrouping output (override with `.groups` argument)
Showing only 50
## `summarise()` regrouping output by 'state' (override with `.groups` argument)
## `summarise()` regrouping output by 'state' (override with `.groups` argument)
## `summarise()` regrouping output by 'district' (override with `.groups` argument)
## `summarise()` regrouping output by 'district' (override with `.groups` argument)
## `summarise()` regrouping output by 'state' (override with `.groups` argument)
Showing only 6 states most affected
## `summarise()` regrouping output by 'state' (override with `.groups` argument)
Showing only 6 districs most affected
## `summarise()` regrouping output by 'district' (override with `.groups` argument)
Showing only 6 districs most affected
## `summarise()` regrouping output by 'district' (override with `.groups` argument)