powered by
reverses the strings of a vector, i.e. c("ABC", "abc") becomes c("CBA", "cba")
strReverse(x)
a string or a vector of strings
vector a string or vector of strings with reversed chars
http://www.mail-archive.com/r-help@r-project.org/msg102759.html
# NOT RUN { strReverse(c("ABC", "abc")) # }
Run the code above in your browser using DataLab