Description Usage Arguments Value Author(s) See Also Examples
View source: R/availableExaminationData.R
This function generates a table of the available NHANES physician examination datasets and their abbreviated names (e.g. "Blood Pressure" and "BPX_J" for 2017-2018). The desired abbreviated values can then be fed into fetchExaminationData
, which will return the examination data itself.
1 | availableExaminationData(start.year = "2017")
|
start.year |
The year for which the user desires data. Must not be later than 2017 (the last year currently available). Defaults to "2017". |
A data.frame containing the names of the available examination datasets for the given year and their abbreviated names.
Jack Leary
1 | availableExaminationData(start.year = "2013")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.