Takes a list of lists where each inner list has the same names. It returns a
list where each element corresponds to a name of the inner list that is
extracted from each inner list. Especially useful for collecting results from
lapply.
Usage
collect(xx)
Value
A list where each element corresponds to a name of the inner list that is
extracted from each inner list.
Arguments
xx
A list of lists where each inner list has the same names.