Skip to contents

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()

See also

readNHES, getNHES_SurveyInfo

Author

Tom Fink

Examples

if (FALSE) { # \dontrun{
  #print the NHES survey information to the console for quick reference
  viewNHES_SurveyCodes()
} # }