getRkiData | R Documentation |
Transforms the freshly downloaded rki data into the babsim data frame. Also imputes mising dates as zero frequency in the data.
getRkiData(rki)
rki |
data.frame of downloaded rki data before preprocessing |
a data.frame of aggregated data
Day
Date, format: '2020-01-01' '2020-01-02' '2020-01-03' '2020-01-04' ...
...
...
data <- getRkiData(rkidata[1:100, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.