get_RKI_vaccination_timeseries: get_RKI_vaccination_timeseries

View source: R/get_RKI_vaccination_timeseries.R

get_RKI_vaccination_timeseriesR Documentation

get_RKI_vaccination_timeseries

Description

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

Usage

get_RKI_vaccination_timeseries(
  url = paste0("https://www.rki.de/",
    "DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx",
    "?__blob=publicationFile"),
  raw_only = FALSE
)

Arguments

url

character. Data source url

raw_only

logical. Should covid19germany data cleaning not be applied

Value

A tibble with the dataset

Examples


rki_vaccination_progress <- get_RKI_vaccination_timeseries()



nevrome/covid19germany documentation built on Nov. 2, 2022, 12:25 a.m.