add_item_to_list | R Documentation |
NULL
) to a list.Add named item (including NULL
) to a list.
add_item_to_list(l, key, value = NULL)
l |
A list. |
key |
A character scalar: name under which |
value |
Any object. |
A list.
add_item_to_list(list(1, a = 2), "b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.