print_opentext {surveydata} | R Documentation |
Print open text questions.
Description
Print open text questions.
Usage
print_opentext(data, q, cat = TRUE)
Arguments
data |
data |
q |
Question number |
cat |
If TRUE, prints results using |
See Also
Other open text functions:
as_opentext_datatable()
Examples
print_opentext(membersurvey, "Q33")
[Package surveydata version 0.2.7 Index]