View source: R/prepare_cases_deaths_uf.R
prepare_cases_deaths_uf | R Documentation |
Prepare a tibble with cases and deaths for the UF
prepare_cases_deaths_uf( cases_deaths, uf_code = 22, with_rate = TRUE, constant = 1e+05, digits = 2 )
cases_deaths |
A tibble from read_cases_deaths |
uf_code |
UF code. Defaults to 22. |
with_rate |
Logical. Calculate per capita rate. |
constant |
Numerical. Constant for rate. |
digits |
Numerical. Digits for rates. |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.