Skip to contents

Get Interpretation hint for a specific variable

Usage

label_varhint(dico, x)

Arguments

dico

An object of the "kobodico" class format as defined in kobocruncher

x

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"