| str_elems {filesstrings} | R Documentation |
See strex::str_elems().
str_elems(string, indices, byrow = TRUE) elems(string, indices, byrow = TRUE)
string |
A character vector. |
indices |
A vector of integerish values. Negative indexing is allowed as
in |
byrow |
Should the elements be organised in the matrix with one row per
string ( |