rki_new | R Documentation |
Data as known to the Robert Koch Institute at 2020-09-21.
rki_new
An object of class tbl_df
(inherits from tbl
, data.frame
) with 217276 rows and 16 columns.
Data is provided by Bundesamt für Kartographie und Geodäsie Robert Koch-Institut under the open data license dl-de/by-2-0.
https://www.arcgis.com/sharing/rest/content/items/f10774f1c63e40168479a1feb6c7ca74/data
# daily cases by reporting date (Meldedatum)
rki_new %>%
group_by(Meldedatum) %>%
summarise(cases = sum(AnzahlFall[Neuer.Fall %in% c(0,1)]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.