unvecvec.Rd
unvecvec(x, ..., ptype = NULL)
A vecvec to unvecvec (convert to its underlying vector type)
These dots are for future extensions and must be empty.
If NULL
, the default, the output type is determined by
computing the common type across all elements of x
. Alternatively, you
can supply ptype
to give the output a known type.
A simple vector, all containing the same type of data.