Learn R Programming

BioMedR (version 1.2.1)

revchars: The Reverse chars

Description

The Reverse chars

Usage

revchars(x)

Arguments

x

the input data, which should be a string.

Value

A vector

Details

This function calculates Reverse chars

Examples

Run this code
# NOT RUN {
 
x = 'GACTGAACTGCACTTTGGTTTCATATTATTTGCTC'
revchars(x)

# }

Run the code above in your browser using DataLab