We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Chris-
Is there a way to add SAS labels to variables (in the data frame) when importing an NHANES table using the function nhanes?
Thanks! Huda
The text was updated successfully, but these errors were encountered:
Thanks, Chris! Using this code to translate the codebook would write over original variables/their labels:
demog_vars = names(demog) demog2 <- suppressMessages(nhanesTranslate("DEMO_H", demog_vars, data=demog)) View(demog2)
Sorry, something went wrong.
Hi Huda, I include a fix in branch 'explode'. Please let me know if you're able to install and test it out.
Fix included in nhanesA version 0.7.4 published on 7/16/2023.
cjendres1
No branches or pull requests
Hi Chris-
Is there a way to add SAS labels to variables (in the data frame) when importing an NHANES table using the function nhanes?
Thanks!
Huda
The text was updated successfully, but these errors were encountered: