Completes cumulative columns if rows were added with NAs.
Source:R/processing.R
complete_cumulative_columns.Rd
If a dataset had a row of NAs added to it (using fill_empty_dates_with_na) then cumulative data columns will have NAs which can cause issues later. This function fills these values with the previous non-NA value.
See also
Compulsory processing functions
add_extra_na_cols()
,
calculate_columns_from_existing_data()
,
fill_empty_dates_with_na()