View source: R/get_who_disease_incidence.R
who_disease_incidence_month | R Documentation |
Load monthly incidence data reported to the World Health Organization
who_disease_incidence_month(
disease = c("measles", "rubella"),
save_dir = NULL,
long_data = TRUE
)
save_dir |
Where to save the xls file, if interested. If NULL, will not save. |
long_data |
Logical, whether long form is desired (default). |
diseaes |
Disease of interest. Options currently include "measles" and "rubella" |
Tibble of reported incidence by month
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.