Extract attribute of each element from a set of lists
Usage
lget_attr(list_obj, attribute)
Arguments
- list_obj
List of lists. Each nested list should contain el_name
object.
- attribute
Name of the attribute to extract from each object.
Value
Vector of the same length, storing extracted attributes.