consolidateList | 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.