c(..., recursive=FALSE)
c combines its arguments to form a vector. All arguments
are coerced to a common type. This is the type of the returned
value. If recursive=TRUE, the function recursively
descend through lists combining all their elements into
a vector.