View source: R/lib_conversions.R
named_list | R Documentation |
create a list where for each element the name of the variable is the key and the content is the variable content
named_list(...)
... |
comma seperated list of variables |
named list
a <- b <- c <- 1 named_list(a,b,c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.