surveydata (version 0.2.2)

as_opentext_datatable: 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

Run this code
# NOT RUN {
as_opentext_datatable(membersurvey, "Q33")
# }

Run the code above in your browser using DataCamp Workspace