enable_text_entry: Enable "Allow text entry" for a choice

Description Usage Arguments Examples

View source: R/enable_text_entry.R

Description

Enable "Allow text entry" for a choice

Usage

1
enable_text_entry(qsf, id_name, id, choice_id)

Arguments

qsf

qsf file as R list

id_name

which question ID to use: "PrimaryAttribute" or "SecondaryAttribute"?

id

Value of id_name.

choice_id

Choice ID

Examples

1
2
3
4
5
data(svy_qsf)

enable_text_entry(svy_qsf, 
 id_name='SecondaryAttribute', 
 id='sex', choice_id=2)

sumtxt/qsf documentation built on Nov. 22, 2021, 9:31 p.m.