
Last chance! 50% off unlimited learning
Sale ends in
times
times
and concatenates the results.stri_dup(str, times)
str
.str
and times
.stri_c
, stri_join
,
stri_paste
; stri_flatten
if (stri_install_check(silent=TRUE))
stri_dup("a", 1:5)
if (stri_install_check(silent=TRUE))
stri_dup(c("a", NA, "ba"), 4)
if (stri_install_check(silent=TRUE))
stri_dup(c("abc", "pqrst"), c(4, 2))
Run the code above in your browser using DataLab