% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulation.R
\name{getSampleID}
\alias{getSampleID}
\title{getSampleID}
\usage{
getSampleID(list_var)
}
\arguments{
\item{list_var}{A list of variables (already initialized)}
}
\value{
A sorted vector of sample IDs
}
\description{
getSampleID
}
\examples{
getSampleID(init_variable())
}