Unlist, keeping original list or element names
Unlist(L, nested.names = FALSE)
list to flatten
logical; keep nested list names rather than expanding list names. Default: FALSE
a vector of the same length as the combined lengths of list elements. Names will either be the list names replicated, or, if nested.names is TRUE, the original list element names will be kept.