verlan {bazar} | R Documentation |
The verlan
function reverses the order of
the characters in a string.
verlan(x)
x |
character. A vector of strings. |
A character vector of the same length as x
.
verlan("baba") ## "abab"
verlan(c("radar", "paul")) ## c("radar", "luap")