unlist.nlist | R Documentation |
Flatten nlist Object
## S3 method for class 'nlist'
unlist(x, recursive = TRUE, use.names = TRUE)
x |
An nlist object. |
recursive |
Ignored. |
use.names |
A flag specifying whether to preserve names. |
A named numeric vector of the values in x.
unlist_nlist()
unlist(nlist(y = 2, x = matrix(4:7, ncol = 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.