Add rows of NAs for dates where a region does not have any data
Source:R/processing.R
fill_empty_dates_with_na.Rd
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.
See also
Compulsory processing functions
add_extra_na_cols()
,
calculate_columns_from_existing_data()
,
complete_cumulative_columns()