Description Usage Arguments Details Value Examples
Flatten a (nested) list to a list of its leaves
1 |
x |
a list object |
flatten.df |
should |
keep.order |
keep the order of the original list, same as seen when
using |
The nodes of the supplied list is traversed from root to leaf and successively
unlisted until no lists are left (except possibly for data.frame
s).
A single level list of x
's leaves.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.