Description Usage Arguments Value
Cleaned data.frame all ready for plotting
1 2 3 4 5 6 7 | get_question_resp(
quest_obj,
quest_wrap = NULL,
choice_wrap = NULL,
choice_factor = FALSE,
choice_rev = FALSE
)
|
quest_obj |
the object within the qsurvey object that contains all relevant information to the question including choicses and subquestions IF those are relevant |
quest_wrap |
an integer value defining the number of characters at which you want to specify a line break for each question at for prettier plotting. default = NULL which means no wrap |
choice_wrap |
an integer value defining the number of characters at which you want to specify a line break for each CHOICE at for prettier plotting. default = NULL which means no wrap |
choice_factor |
boolean set to TRUE if you want choices to be turned into a factor and ordered by the order provided in qualtrics (this is the order that you provided to the user in the survey) |
choice_rev |
boolean set to TRUE if you want to reverse the order of choices |
Nice data.frame ready for pretty plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.