reversestring {rhcoclust} | R Documentation |
Reverse given string
Description
This is the function for reverse string
Usage
reversestring(string, n = 1)
Arguments
string |
Given string or seq |
n |
By which n-plets we should reverse the given string |
Details
This function is uesd to reverse given string or seq
Value
Reversed string or seq
Author(s)
Md. Bahadur Badsha <mbbadshar@gmail.com>
Examples
x1 <- c("R1C1", "R2C2", "R3C3")
reversestring(x1, 2)
[Package rhcoclust version 2.0.0 Index]