namedList | R Documentation |
this function takes a list of arguments and combines them
into a list; any unnamed arguments are automatically named
to match their symbols. The tibble::lst()
function offers
similarly functionality.
namedList(...)
... |
comma-separated arguments |
a <- 1
b <- 2
c <- 3
str(namedList(a, b, d = c))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.