Skip to content
Snippets Groups Projects
getLabels.Rd 507 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Please edit documentation in R/utils.R
Arnaud Duvermy's avatar
Arnaud Duvermy committed
\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
}
Arnaud Duvermy's avatar
Arnaud Duvermy committed
\examples{
labels <- getLabels(c("varA", "varB"), c(2, 3))
}