Description Usage Arguments Examples
This function returns, in a vector, all of the text responses from a open responses, text-based question.
1 | get_textresp(item, rm.nl = F, empty = NA)
|
item |
Data vector from open responses question |
rm.nl |
Option for stripping responses of newline characters, default is FALSE |
empty |
Specifies what an empty response looks like |
1 2 | # Returns all "other" responses from question 6
get_textresp(survey$Q6_other)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.