fetchDemographicData: Fetch NHANES demographics data for a given survey cycle.

Description Usage Arguments Value Author(s) Examples

View source: R/fetchDemographicData.R

Description

This function pulls demographic survey data from the CDC's NHANES survey from a user-provided year.

Usage

1
fetchDemographicData(start.year = "2017")

Arguments

start.year

The year for which the user desires data. Must not be later than 2017 (the last year currently available). Defaults to "2017".

Value

A data.frame containing the requested survey data.

Author(s)

Jack Leary

Examples

1
fetchDemographicData(start.year = "2017")

jr-leary7/SurveyQuantReg documentation built on Dec. 21, 2021, 3:14 a.m.