Description Usage Arguments Value Author(s) See Also Examples
View source: R/fetchExaminationData.R
This function pulls various types of examination data from the CDC's NHANES survey for a user-provided year.
1 | fetchExaminationData(start.year = "2017", exam.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". |
exam.dataset.list |
A character vector containing the names of specific exam datasets the user would like to analyze. If none are provided, all exam datasets are returned. Defaults to NULL. |
A named list containing the requested exam datasets.
Jack Leary
1 | fetchExaminationData(start.year = "2017", exam.dataset.list = c("AUX_J", "AUXAR_J"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.