nhanes_load_demography_data: Download NHANES demography files for a specific cycle.

Description Usage Arguments Examples

Description

Download NHANES demography files for a specific cycle.

Usage

1
nhanes_load_demography_data(year, destination = tempdir(), cache = FALSE)

Arguments

year

NHANES cycle year (e.g. "2011-2012")

destination

directory to download the file to

cache

whether load the file if it already exists on disk

Examples

1
2
3
4
## Not run: 
nhanes_load_demography_data("2011-2012")

## End(Not run)

RNHANES documentation built on May 2, 2019, 5:08 a.m.