Insert the full label in data frame based on dictionnary

kobo_encode(data, dico)

Arguments

data

Dataframe to relabel

dico

Data dictionnary generated from kobo_dico

Value

A "data.table" with the full data.label. To be used for graphs generation.

Author

Edouard Legoupil

Examples

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