Learn R Programming

EdSurvey (version 4.0.7)

getNHES_SurveyInfo: Get NHES Survey Code Definitions and Survey Meta-data

Description

This function returns a data.frame object that defines NHES Survey Codes and survey parameters that are compatible with the readNHES function for use. The resulting data.frame object is useful for user reference or other advanced techniques.

Usage

getNHES_SurveyInfo()

Arguments

Author

Tom Fink

See Also

readNHES, viewNHES_SurveyCodes

Examples

Run this code
if (FALSE) {
  #retrieves the NHES survey meta-data to a data.frame
  surveyInfo <- getNHES_SurveyInfo()
  
  #View the survey data where the year is equal to 2016 in RStudio
  View(subset(surveyInfo, surveyInfo$Year==2016))
}

Run the code above in your browser using DataLab