Open juliasilge opened 1 year ago
+1 to this, though I agree we should think about what's best to include.
Re: implementation, seems like a saved example survey would work fine; the vignette could just use read_survey()
on it. (Maybe vcr could work, too, but I don't think we'd need to get that fancy)
Related to #290
The qualtRics package adds labels to surveys that can be used with sjlabelled but we don't surface this very clearly. How can we better communicate this to folks? We could:
add_var_labels
to thefetch_survey()
docs with a code chunk like we have forinclude_questions
A challenge here is that none of the documentation actually queries Qualtrics live so we can't easily show the output anywhere. One option would be to save an example survey (output of
fetch_survey()
) as a data object in the package to use in examples and vignettes?