Create named list, possibly initialized with a certain element.
Even an empty list will always be named.
namedList(names, init)
names |
[ |
init |
[valid R expression] |
[list
].
namedList(c("a", "b")) namedList(c("a", "b"), init = 1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.