Create a Named List
Usage
named_list(nn = character(0L), init = NULL)
Arguments
- nn
(
character()
)
Names of new list.- init
(
any
)
All list elements are initialized to this value.
Value
(named list()
).
Create a Named List
named_list(nn = character(0L), init = NULL)
(character()
)
Names of new list.
(any
)
All list elements are initialized to this value.
(named list()
).