calculate_columns_from_existing_data | R Documentation |
Checks which columns are missing (cumulative/daily counts) and if one is present and the other not then calculates the second from the first.
calculate_columns_from_existing_data(data)
data |
A data frame |
A data frame with extra columns if required
Compulsory processing functions
add_extra_na_cols()
,
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.