load_nhanes_description: Download an NHANES description file

View source: R/import.R

load_nhanes_descriptionR Documentation

Download an NHANES description file

Description

Download an NHANES description file

Usage

load_nhanes_description(
  file_name,
  year,
  destination = tempdir(),
  cache = FALSE,
  method = "auto"
)

Arguments

file_name

file name

year

NHANES cycle

destination

directory to download the file into

cache

whether to cache the file

method

download method passed to download.file

Value

data frame containing the file description


SilentSpringInstitute/RNHANES documentation built on Feb. 15, 2024, 11:26 p.m.