list_names_to_values | R Documentation |
Append names of a list of lists as values in each sublist.
list_names_to_values(l, key = "name")
l |
A named list of lists. |
key |
A character scalar: name of item under which names of outer list will be appended. |
A named list of lists.
list_names_to_values(list(a = list(1), b = list(c = 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.