[Experimental]

unvecvec(x, ..., ptype = NULL)

Arguments

x

A vecvec to unvecvec (convert to its underlying vector type)

...

These dots are for future extensions and must be empty.

ptype

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.

Value

A simple vector, all containing the same type of data.