str_dup | R Documentation |
Dependency-free drop-in alternative for stringr::str_dup()
.
str_dup(string, times)
string |
Input character vector. |
times |
Number of times to duplicate each string. |
A character vector.
Adapted from the stringr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.