| str_paste_elems {filesstrings} | R Documentation |
str_paste_elems(string, indices, sep = "") paste_elems(string, indices, sep = "")
string |
A character vector. |
indices |
A vector of integerish values. Negative indexing is allowed as
in |
sep |
A string. The separator for pasting |