named_list | R Documentation |
Create a Named List
named_list(nn = character(0L), init = NULL)
nn |
( |
init |
( |
(named list()
).
named_list(c("a", "b"))
named_list(c("a", "b"), init = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.