Description Usage Arguments Value Examples
View source: R/02-ph_calculate_cases.R
Calculate daily cases, daily deaths and daily recoveries from Philippines COVID-19 Data Drop
1 |
df |
A data.frame of cases data pulled from the Philippines COVID-19 Data Drop. |
A tibble with calculated number of cases per day and number of deaths per day and number of recovered per day with structure consistent with CoMo model data structure requirements.
1 2 | df <- ph_get_cases()
ph_calculate_cases(df = df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.