substrRight: Extract characters from a string from the right.

View source: R/utility_functions.R

substrRightR Documentation

Extract characters from a string from the right.

Description

Extract characters from a string from the right.

Usage

substrRight(x, n = 1)

Arguments

x

A string.

n

An integer with the number of characters to get.

Value

A string of length n.


eMetaboHUB/MS-CleanR documentation built on Jan. 3, 2024, 8:55 p.m.