Initialize a vector
vec_init(x, n = 1L)
x
Template of vector to initialize.
n
Desired size of result.
vec_slice()
vec_init(1:10, 3) vec_init(Sys.Date(), 5) vec_init(mtcars, 2)