collapse_named_lists: Collapse a list of named lists into one list with the same name
Description
Collapse a list of named lists into one list with the same name
Usage
collapse_named_lists(in_list)
Value
a single list with named components all concatenated
Arguments
- in_list
a list of named lists all with same names (not checked for efficiency)