Description Usage Arguments Details Value Note References Examples
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).
1 | who_nrevss(region = c("national", "hhs", "census", "state"), years = NULL)
|
region |
one of " |
years |
a vector of years to retrieve data for (i.e. |
This function retrieves current and historical WHO/NREVSS surveillance data for the identified region.
list of data frames identified by
combined_prior_to_2015_16
public_health_labs
clinical_labs
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)
1 2 3 4 5 6 7 | ## Not run:
national_who <- who_nrevss("national")
hhs_who <- who_nrevss("hhs")
census_who <- who_nrevss("census")
state_who <- who_nrevss("state")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.