View source: R/get_who_disease_incidence.R
who_disease_incidence_year | R Documentation |
Load monthly incidence data reported to the World Health Organization
who_disease_incidence_year(
disease = c("CRS", "Diphtheria", "JapEnc", "Measles", "Mumps", "Ntetanus",
"Pertussis", "Polio", "Rubella", "Ttetanus", "Yfever"),
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 "CRS","Diphtheria","JapEnc","Measles","Mumps","Ntetanus","Pertussis","Polio","Rubella","Ttetanus",and "Yfever". |
Tibble of reported incidence by year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.