reversestring {rhcoclust} | R Documentation |
This is the function for reverse string
reversestring(string, n = 1)
string |
Given string or seq |
n |
By which n-plets we should reverse the given string |
This function is uesd to reverse given string or seq
Reversed string or seq
Md. Bahadur Badsha <mbbadshar@gmail.com>
x1 <- c("R1C1", "R2C2", "R3C3")
reversestring(x1, 2)