substrRight: Substring selection from the right to complement base R...

substrRightR Documentation

Substring selection from the right to complement base R substr

Description

Substring selection from the right to complement base R substr

Usage

substrRight(x, x.start, x.stop)

Arguments

x

character

x.start

digit to start (counting from the right)

x.stop

digit to end (counting from the right)

Value

character vector

Examples


substrRight("Good morning!", 2, 8)


PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.