Learn R Programming

EdSurvey (version 4.0.7)

viewNHES_SurveyCodes: View NHES Survey Code Definitions

Description

This function prints the defined NHES Survey Codes to console output that are compatible with the readNHES function for use. Typically a user will only need to manually set these codes if the 'auto' survey parameter is not able to correctly identify the correct survey type, or for other unusual situations.

Usage

viewNHES_SurveyCodes()

Arguments

Author

Tom Fink

See Also

readNHES, getNHES_SurveyInfo

Examples

Run this code
if (FALSE) {
  #print the NHES survey information to the console for quick reference
  viewNHES_SurveyCodes()
}

Run the code above in your browser using DataLab