R/utils.R
rep_each_len.Rd
Extend a vector to have a given (`len_out`) length by repeating elements using the `each` functionality of `rep()`
rep_each_len(v, len_out)
input vector to extend
the desired final length of the vector