substrRight: Last Letters

Description Usage Arguments Value Examples

View source: R/substrRight.R

Description

A function to grab the last 'n' letters from string 'x'

Usage

1

Arguments

x

A character string.

n

A number. This is the number of letters from the end of a string to be displayed.

Value

The last 'n' characters in string 'x'

Examples

1
substrRight("Random String", 3)

KangarooCourt/ascendedge documentation built on Nov. 5, 2019, 1:30 p.m.