Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulation_initialization.R
\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
}