Get Interpretation hint for a specific variable
Examples
dico <- kobo_dico( xlsformpath = system.file("sample_xlsform.xlsx", package = "kobocruncher") )
label_varhint(dico = dico,
x ="profile.country")
#> [1] "this is a hint"
Get Interpretation hint for a specific variable
dico <- kobo_dico( xlsformpath = system.file("sample_xlsform.xlsx", package = "kobocruncher") )
label_varhint(dico = dico,
x ="profile.country")
#> [1] "this is a hint"