availableQuestionnaires: Fetch a table of the different NHANES questionnaires...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/availableQuestionnaires.R

Description

This function generates a table of the available NHANES questionnaires and their abbreviated names (e.g. "Cardiovascular Health" and "CDQ_J" for 2017-2018). The desired abbreviated values can then be fed into fetchQuestionnaires, which will return the questionnaire data itself.

Usage

1
availableQuestionnaires(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 full and abbreviated names of the available questionnaires for the given year.

Author(s)

Jack Leary

See Also

fetchQuestionnaires

Examples

1
availableQuestionnaires(start.year = "2011")

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