View source: R/vctrs-deprecated.R
vec_repeat | R Documentation |
vec_repeat()
has been replaced with vec_rep()
and vec_rep_each()
and is
deprecated as of vctrs 0.3.0.
vec_repeat(x, each = 1L, times = 1L)
x |
A vector. |
each |
Number of times to repeat each element of |
times |
Number of times to repeat the whole vector of |
A vector the same type as x
with size vec_size(x) * times * each
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.