View source: R/get_RKI_vaccination_timeseries.R
get_RKI_vaccination_timeseries | R Documentation |
Downloads the latest version of a COVID-19 vaccination time series dataset by the Robert Koch Institute. Please see the README for more information: https://github.com/nevrome/covid19germany
get_RKI_vaccination_timeseries( url = paste0("https://www.rki.de/", "DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx", "?__blob=publicationFile"), raw_only = FALSE )
url |
character. Data source url |
raw_only |
logical. Should covid19germany data cleaning not be applied |
A tibble with the dataset
rki_vaccination_progress <- get_RKI_vaccination_timeseries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.