Description Usage Arguments Value Author(s) See Also Examples
This function pulls various types of laboratory data from the CDC's NHANES survey for a user-provided year.
1 | fetchLabData(start.year = "2017", lab.dataset.list = NULL)
|
start.year |
The year for which the user desires data. Must not be later than 2017 (the last year currently available). Defaults to "2017". |
lab.dataset.list |
A character vector containing the names of specific lab datasets the user would like to analyze. If none are provided, all lab datasets are returned. Defaults to NULL. |
A named list containing the requested lab datasets.
Jack Leary
1 | fetchLabData(start.year = "2017", lab.dataset.list = c("TCHOL_J", "PBCD_J"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.