vecvec | R Documentation |
Create a new vector of vectors
vecvec(...)
... |
Vectors to combine into a single vector without type coercion. |
A vector of vectors of class vecvec
.
unvecvec()
coerces the mixed-type vector into a single-typed
regular vector. new_vecvec()
is a performant alternative that accepts a
list of vectors rather than ...
(suitable for R packages).
vecvec(Sys.Date(), rnorm(3), letters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.