powered by
times
stri_dup(str, times)
str
stri_flatten
stri_join_list
stri_join
stri_dup("a", 1:5) stri_dup(c("a", NA, "ba"), 4) stri_dup(c("abc", "pqrst"), c(4, 2))
Run the code above in your browser using DataLab