Description Usage Arguments Value Examples
List the NHANES data files
1 2 | nhanes_data_files(components = "all", destination = tempfile(),
cache = TRUE)
|
components |
one of "all", "demographics", "dietary", "examination", "laboratory", "questionnaire" |
destination |
destinatino to save the file lists |
cache |
whether to cache the downloaded file lists so they don't have to be re-downloaded every time |
data frame of NHANES data files available to download
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Download a data frame of all the NHANES data files
files <- nhanes_data_files()
# Download a data frame of just the laboratory files
lab_files <- nhanes_data_files(component = "laboratory")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.