| str_paste_elems {filesstrings} | R Documentation |
Extract characters - specified by their indices - from a string and paste them together
str_paste_elems(string, indices)
string |
A string. |
indices |
A numeric vector of positive integers detailing the indices of
the characters of |
A string.
str_paste_elems("abcdef", c(2, 5:6))