auto_named_list | R Documentation |
NOTE: only supports arguments, not keyword arguments
auto_named_list(...)
... |
list elements |
named list of elements
a <- 1
b <- 2
auto_named_list(a, b)$a == 1
auto_named_list(a, b)$b == 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.