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