View source: R/create_named_list.R
create_named_list | R Documentation |
Input two vectors of the same length and return a named list.
create_named_list(x, y)
x |
Vector containing character strings, e.g. "A" |
y |
Vector containing values for the list, e.g. 1, 3 |
create_named_list(c("Alice","Bob","Carol"),c(54,60,23))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.