vec_repeat: Expand the length of a vector
Usage
vec_repeat(x, each = 1L, times = 1L)
Arguments
each
Number of times to repeat each element of x.
times
Number of times to repeat the whole vector of x.
Value
A vector the same type as x with size vec_size(x) * times * each.