View source: R/group_RKI_timeseries.R
group_RKI_timeseries | R Documentation |
Restructures the RKI data to a grouped time series data.frame. Days with no observations are added to make them
explicit. Grouping can be done with one or multiple variables (see parameter ...
).
Please see the README for more information: https://github.com/nevrome/covid19germany
group_RKI_timeseries(x, ...)
x |
data.frame. RKI data as downloaded with |
... |
variable names. One or multiple grouping columns of x, so Bundesland, Landkreis, Gender or Age |
rki_timeseries <- get_RKI_timeseries() group_RKI_timeseries(rki_timeseries, Bundesland, Gender)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.