Skip to contents

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.

Usage

fill_empty_dates_with_na(data)

Arguments

data

A data frame

Value

A tibble with rows of NAs added.