-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Updated SurveyData function to handle haven-labelled data #159
base: master
Are you sure you want to change the base?
Conversation
Hi all, Here is the example code of using the
|
This is great! Some thoughts:
`survey_dat <- SurveyData$new(feline_survey_haven) generate_dictionary(feline_survey_haven) %>% View() feline_survey_haven2 <- feline_survey_haven %>% survey_dat <- SurveyData$new(feline_survey_haven2)
|
From the meeting:
|
Updated SurveyData function to automatically read haven-labelled data to survey question and survey responses