Flatten Lists
unlist(x, recursive = TRUE, use.names = TRUE)
an R object, typically a list or vector.
logical. Should unlisting be applied to list
components of x
?
logical. Should names be preserved?
base::unlist
Other utils:
change_breaks()
,
change_labels()
,
is_effectclass()