as_opentext_datatable {surveydata} | R Documentation |
Converts free format question text to datatable using the DT
package.
Description
Converts free format question text to datatable using the DT
package.
Usage
as_opentext_datatable(data, q)
Arguments
data |
surveydata object |
q |
Question |
See Also
Other open text functions:
print_opentext()
Examples
as_opentext_datatable(membersurvey, "Q33")
[Package surveydata version 0.2.7 Index]