getNHES_SurveyInfo | R Documentation |
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.
getNHES_SurveyInfo()
Any changes or modifications to the data.frame
object will not change the behavior of readNHES
.
This function should be treated only as a read-only source of information.
Tom Fink
readNHES
, viewNHES_SurveyCodes
## Not run:
#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))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.