powered by
A function which will reverse every string in a vector of strings.
strReverse(x)
a character vector
https://stackoverflow.com/questions/13612967/how-to-reverse-a-string-in-r
# NOT RUN { strReverse(c("abc", "Statistics")) # }
Run the code above in your browser using DataLab