Skip to contents

get the label::x colname from the tool.survey

Usage

load.label_colname(tool.survey = NULL, language = "English")

Arguments

tool.survey

This is the tool.survey dataset. By default NULL

language

This is the language desired to be selected. By default "English"

Value

return the name of the label column (ex: label::English)

Examples

if (FALSE) { # \dontrun{
label_colname <- load.label_colname(tool.survey, language = "English")
} # }