unlist2 | R Documentation |
Flatten lists
unlist2(x, ...)
x |
Object. |
... |
Additional arguments. |
Intended primarily for complex S4 classes, such as DFrameList
.
Intentionally does not support recursion.
Unlisted object derived from original input.
For example, DFrame
derived from DFrameList
.
unlist()
.
showMethods("unlist2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.