powered by
Create a Named List
named_list(nn = character(0L), init = NULL)
(named list()).
list()
(character()) Names of new list.
character()
(any) All list elements are initialized to this value.
any
named_list(c("a", "b")) named_list(c("a", "b"), init = 1)
Run the code above in your browser using DataLab