
Last chance! 50% off unlimited learning
Sale ends in
Grow a vector to a given size, padding it with NULL
if orig
is a list
and with NA
otherwise
padded_vector(orig, size)
A vector of size size
padded with NULL
s or NA
s at the end.
A vector to grow.
The final size of the vector.