List to vector
This function produces a vector from a list structure and replaces NULL elements by NA.
vector
list
NULL
NA
list_to_vector(x)
x: [list()]
x
list()
A list.
A numeric.
numeric
Useful links