powered by
Flatten nlist Object
# S3 method for nlist unlist(x, recursive = TRUE, use.names = TRUE)
A named numeric vector of the values in x.
An nlist object.
Ignored.
A flag specifying whether to preserve names.
unlist_nlist()
unlist(nlist(y = 2, x = matrix(4:7, ncol = 2)))
Run the code above in your browser using DataLab