who_disease_incidence_year: who_disease_incidence_year

View source: R/get_who_disease_incidence.R

who_disease_incidence_yearR Documentation

who_disease_incidence_year

Description

Load monthly incidence data reported to the World Health Organization

Usage

who_disease_incidence_year(
  disease = c("CRS", "Diphtheria", "JapEnc", "Measles", "Mumps", "Ntetanus",
    "Pertussis", "Polio", "Rubella", "Ttetanus", "Yfever"),
  save_dir = NULL,
  long_data = TRUE
)

Arguments

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".

Value

Tibble of reported incidence by year


HopkinsIDD/globaltoolboxlite documentation built on Jan. 12, 2024, 5:49 a.m.