strReverse {OpenRepGrid} | R Documentation |
reverse a string
Description
reverses the strings of a vector, i.e. c("ABC", "abc") becomes c("CBA", "cba")
Usage
strReverse(x)
Arguments
x |
a string or a vector of strings |
Value
vector a string or vector of strings with reversed chars
Examples
strReverse(c("ABC", "abc"))
[Package OpenRepGrid version 0.1.16 Index]