powered by
Takes objects which are lists but are conceptually vectors, and transforms them into vector objects.
simplify(simpleList)
A list each of whose components is a (numeric) vector of length 1.
numeric vector whose length is the number of components of simpleList.
simpleList is a list each of whose components is a (numeric) vector of length1; simplify returns a vectorized form of this list.
unlist