powered by
Simplifies an nlist object to an named numeric vector where the names are the terms.
unlist_nlist(x)
A named numeric vector of the values in x.
An nlist object.
as_nlist.numeric() and relist_nlist()
as_nlist.numeric()
relist_nlist()
unlist_nlist(nlist(y = 2, x = matrix(4:7, ncol = 2)))
Run the code above in your browser using DataLab