powered by
The verlan function reverses the order of the characters in a string.
verlan
verlan(x)
character. A vector of strings.
A character vector of the same length as x.
x
# NOT RUN { verlan("baba") ## "abab" verlan(c("radar", "paul")) ## c("radar", "luap") # }
Run the code above in your browser using DataLab