rki_new: Most recent case data based on Robert Koch Institute

rki_newR Documentation

Most recent case data based on Robert Koch Institute

Description

Data as known to the Robert Koch Institute at 2020-09-21.

Usage

rki_new

Format

An object of class tbl_df (inherits from tbl, data.frame) with 217276 rows and 16 columns.

Details

Data is provided by Bundesamt für Kartographie und Geodäsie Robert Koch-Institut under the open data license dl-de/by-2-0.

Source

https://www.arcgis.com/sharing/rest/content/items/f10774f1c63e40168479a1feb6c7ca74/data

Examples

# daily cases by reporting date (Meldedatum)
rki_new %>%
 group_by(Meldedatum) %>%
 summarise(cases = sum(AnzahlFall[Neuer.Fall %in% c(0,1)]))

Schmidtpk/CovidGer documentation built on Jan. 20, 2024, 12:31 a.m.