Get all select multiple and parent other questions
Source:R/utils_kobo.R
get_select_multiple_and_other_parent.Rd
Get all select multiple and parent other questions
Arguments
- .tbl
A tibble of data
- survey
The survey sheet from Kobo (with column "type" split)
- other
A character vector of the start of all other column names. E.g., other = "other_"
Details
This function has a tibble and the associated survey sheet as inputs, as well as the beginning of the "other" character string. It returns all columns that exist in the tibble and are either a multiple choice or a parent other question. This allows then to compute these columns with impactR::count_occ
after parent question may have been recoded.