powered by
Functions to construct, coerce and check for named lists.
nlist(...)as.nlist(x, ...)is.nlist(x)
as.nlist(x, ...)
is.nlist(x)
Named objects.
Object to be coerced or tested.
A named list.
# NOT RUN { x <- nlist(x = 2, y = c("a", "b")) is.nlist(x) # }
Run the code above in your browser using DataLab