powered by
This is the function for reverse string
reversestring(string, n = 1)
Reversed string or seq
Given string or seq
By which n-plets we should reverse the given string
Md. Bahadur Badsha <mbbadshar@gmail.com>
This function is uesd to reverse given string or seq
x1 <- c("R1C1", "R2C2", "R3C3") reversestring(x1, 2)
Run the code above in your browser using DataLab