View source: R/as_named_list.R
as_named_list | R Documentation |
Convert to named list
as_named_list(x, names, sep = ".")
x |
[ |
names |
[ |
sep |
[ |
A named list.
x = 1:3
as_named_list(x, names = "x", sep = "-")
as_named_list(x, names = "x")
as_named_list(x, names = c("e1", "e2", "e3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.