consolidateList {toolbox} | R Documentation |
Group items of a list by name
consolidateList(x)
x |
A named list, likely with names repeating for different positions. |
A list with items consolidated by name.
consolidateList(list("col1" = "Test", "col2" = "Hello", "col1" = "Repeated Name"))