Description Usage Arguments Value Examples
View source: R/download_files.R
Gets all relevant NHANES filenames for a given year, both for the main data and for the mortality files
1  | get_nhanes_filenames(setup, save_file_list = TRUE)
 | 
setup | 
 The object (list) returned from the "setup_nhanes" function  | 
save_file_list | 
 Indicates whether the directory contents should be saved as a separate file (called "download_file_specs.rds")  | 
A character vector of ftp urls ("filenames") to download
1 2 3 4 5 6  | ## Not run: 
# Requires that setup_nhanes has been run and its result assigned to object "n"
n <- setup_nhanes(data_dir = "./data", yr = 2011)
filenames <- get_nhanes_filenames(setup = n)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.