unvecvec {vecvec} | R Documentation |
Convert a vecvec object into its underlying vector type
Description
Usage
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 |
Value
A simple vector, all containing the same type of data.
[Package vecvec version 0.1.0 Index]