Pad Weeks
pad_weeks.Rd
Add rows to a data frame with `cases_this_period` and `period_end_date` for representing missing weeks. TODO: generalize to other time scales.
Value
The input `data` but with new rows for missing weeks. These rows have `NA` in `cases_this_period` and other columns that are not passed through `...` or that were not constant in the input `data` (in which case these constant values are passed on to the output data frame).
Details
Could use https://github.com/EdwinTh/padr.