Create a Named List
named_list(nn = character(0L), init = NULL)
nn
(character()) Names of new list.
character()
init
(any) All list elements are initialized to this value.
any
(named list()).
list()
named_list(c("a", "b")) named_list(c("a", "b"), init = 1)