Description Usage Arguments Value Examples
Load the NHANES comprehensive variable list
1 2 | nhanes_variables(components = "all", destination = tempfile(),
cache = TRUE)
|
components |
one of "all", "demographics", "dietary", "examination", "laboratory", "questionnaire" |
destination |
where to save the variable list |
cache |
whether to cache the downloaded variable list so it doesn't have to be re-downloaded every time Helper function for nhanes_variables function |
dat
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Download the comprehensive NHANES variable list
variables <- nhanes_variables()
# Download the variable list and cache it in a specific file
variables <- nhanes_variables(destination = "./nhanes_data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.