Newer
Older
\name{getGivenAttribute}
\alias{getGivenAttribute}
\title{Get a given attribute from a list of variables}
\usage{
getGivenAttribute(list_var, attribute)
}
\arguments{
\item{list_var}{A list of variables (already initialized with init_variable)}
\item{attribute}{A string specifying the attribute to retrieve in all occurrences of the list}
}
\value{
A list without NULL values
}
\description{
Get a given attribute from a list of variables
}
\examples{
getGivenAttribute(init_variable(), "level")
}