who_nrevss.Rd
The CDC FluView Portal provides in-season and past seasons' national, regional, and state-level outpatient illness and viral surveillance data from both ILINet (Influenza-like Illness Surveillance Network) and WHO/NREVSS (National Respiratory and Enteric Virus Surveillance System).
who_nrevss(region = c("national", "hhs", "census", "state"), years = NULL)
region | one of " |
---|---|
years | a vector of years to retrieve data for (i.e. |
list of data frames identified by
combined_prior_to_2015_16
public_health_labs
clinical_labs
This function retrieves current and historical WHO/NREVSS surveillance data for the identified region.
HHS, Census and State data retrieval is not as "instantaneous" as their ILINet
counterparts.
Also, beginning for the 2015-16 season, reports from public health and clinical
laboratories are presented separately in the weekly influenza update. This is
the reason why a list of data frames is returned.
ALSO The new CDC API seems to be missing some public health lab data fields.
ILINet Portal (Login required)
# NOT RUN { national_who <- who_nrevss("national") hhs_who <- who_nrevss("hhs") census_who <- who_nrevss("census") state_who <- who_nrevss("state") # }