nlist {bazar} | R Documentation |
Functions to construct, coerce and check for named lists.
nlist(...)
as.nlist(x, ...)
is.nlist(x)
... |
Named objects. |
x |
Object to be coerced or tested. |
A named list.
x <- nlist(x = 2, y = c("a", "b"))
is.nlist(x)