unlist | R Documentation |
Flatten Lists
unlist(x, recursive = TRUE, use.names = TRUE)
x |
an R object, typically a list or vector. |
recursive |
logical. Should unlisting be applied to list
components of |
use.names |
logical. Should names be preserved? |
base::unlist
Other utils:
change_breaks()
,
change_labels()
,
is_effectclass()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.