Description Usage Arguments Value
View source: R/03_hosp_prop_functions.R
get_MCMA_prop_hosp
wrangles individual Covid-19 data for MCMA and
calculates the proportion of incident detected cases hospitalized.
1 2 3 4 5 | get_MCMA_prop_hosp(
n_date_ini = "2020-02-24",
n_date_last = "2020-12-07",
save_data = FALSE
)
|
n_date_ini |
Character specifying the initial date to compute proportions. |
n_date_last |
Character specifying the last date to compute proportions. |
save_data |
Flag (default is FALSE) of whether to save the data as a csv file. |
A data.frame with proportion of incident detected cases hospitalized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.