Description Usage Arguments Examples
View source: R/cleaners_helpers.R
Creates a named list from the user given items. Will preserve the names of items that already have names.
1 |
... |
List of objects, named or not, to be included in the fully named list. |
1 2 3 | a <- list("a", "aa", "aaa")
b <- data.frame(x = 1:4, y = 5:8)
create_named_list(a, b, c = rep(1:4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.