There are points, particularly early during data collection, where data was not collected for all regions. This function finds dates which have data for some regions, but not all, and adds rows of NAs for the missing regions. This is mainly for reasons of completeness.
fill_empty_dates_with_na(data)
A data frame
A tibble with rows of NAs added.
Compulsory processing functions
add_extra_na_cols()
,
calculate_columns_from_existing_data()
,
complete_cumulative_columns()