add_extra_na_cols | R Documentation |
Adds extra columns filled with NAs to a dataset. This ensures that all datasets from the covidregionaldata package return datasets of the same underlying structure (i.e. same columns).
add_extra_na_cols(data)
data |
A data frame |
A tibble with relevant NA columns added
Compulsory processing functions
calculate_columns_from_existing_data()
,
complete_cumulative_columns()
,
fill_empty_dates_with_na()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.