powered by
Group items of a list by name
consolidateList(x)
A list with items consolidated by name.
A named list, likely with names repeating for different positions.
consolidateList(list("col1" = "Test", "col2" = "Hello", "col1" = "Repeated Name"))
Run the code above in your browser using DataLab