Skip to contents

Get labels for variables

Usage

getLabels(l_variables2labelized, l_nb_label)

Arguments

l_variables2labelized

A list of variables

l_nb_label

A list of numeric values representing the number of levels per variable

Value

A list of labels per variable

Examples

labels <- getLabels(c("varA", "varB"), c(2, 3))