To be used when extracting from ODK that does not offers splitting capacity

kobo_split_multiple(data, dico)

Arguments

data

Dataframe with selectmultiple column to split

dico

Data dictionnary generated from kobo_dico

Value

data A "data.table" with the full splitted select_multiple.

Author

Edouard Legoupil

Examples

if (FALSE) { kobo_split_multiple(data, dico) }