Skip to content
Snippets Groups Projects
getGivenAttribute.Rd 530 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulation_initialization.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)}

\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
}