unlist1 | R Documentation |
Convert a list of elements to a vector. Unlike base::unlist
this doesn't
convert the elements of inner lists to vector elements. Thus only a list a single
layer deep is flattened to a vector.
unlist1(l)
l |
a list |
A list of lists or a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.