Skip to contents

Get the label for a specific variable

Usage

label_varname(dico, x)

Arguments

dico

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

x

character with the variable name

Examples

dico <- kobo_dico( xlsformpath = system.file("sample_xlsform.xlsx", package = "kobocruncher") )

label_varname(dico = dico, 
              x ="profile.country")
#> [1] "What is your country of Origin?"