reversestring: Reverse given string

reversestringR 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)

mdbahadur/rhcoclust documentation built on Jan. 31, 2023, 10:13 p.m.