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