powered by
Retrieves ILI data for the 2019 and 2020 influenza outbreaks from the US CDC.
get_influenza_cdc_ili()
A list containing:
updated: Last update timestamp (POSIXct).
updated
source: Source of the data.
source
data: A data frame with the following columns:
data
week: Week of reporting.
week
age 5-24, age 25-49, age 50-64, age 64+: ILI counts per age group.
age 5-24
age 25-49
age 50-64
age 64+
totalILI: Total ILI cases.
totalILI
totalPatients: Total patients.
totalPatients
This endpoint provides historical data for flu-like symptoms reported in the United States, sourced from the CDC ILINet.
API Docs: https://disease.sh/docs/#/Influenza/get_v3_influenza_cdc_ILINet
# \donttest{ get_influenza_cdc_ili() # }
Run the code above in your browser using DataLab