substrRight: Substring right

View source: R/13-01-defineFunctions.R

substrRightR Documentation

Substring right

Description

Collect characters from the right side of a text string.

Usage

substrRight(x, n)

Arguments

x

A character string or vector of character strings.

n

The number of characters from the right to collect.

Value

A character string of n elements from the right of x.

Examples


substrRight("shadia", n)

danStich/shadia documentation built on Aug. 28, 2024, 9:42 p.m.