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