vecvec: Create a new vector of vectors

View source: R/vecvec.R

vecvecR Documentation

Create a new vector of vectors

Description

Create a new vector of vectors

Usage

vecvec(...)

Arguments

...

Vectors to combine into a single vector without type coercion.

Value

A vector of vectors of class vecvec.

See Also

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).

Examples

vecvec(Sys.Date(), rnorm(3), letters)


vecvec documentation built on June 29, 2025, 5:08 p.m.