Newer
Older
\name{getLabels}
\alias{getLabels}
\title{Get labels for variables}
\usage{
getLabels(l_variables2labelized, l_nb_label)
}
\arguments{
\item{l_variables2labelized}{A list of variables}
\item{l_nb_label}{A list of numeric values representing the number of levels per variable}
}
\value{
A list of labels per variable
}
\description{
Get labels for variables
}
\examples{
labels <- getLabels(c("varA", "varB"), c(2, 3))
}