stringEnd: Return the last n charachters from a string.

View source: R/hillr_helpers.R

stringEndR Documentation

Return the last n charachters from a string.

Description

stringEnd return the last n charachters of a string.

Usage

stringEnd(string, n)

Arguments

string

string The string that the substring is to be extracted from.

n

integer The number of charachters from the end of the string to return.

Value

string The last n charachters from the input string.


jeffcnz/hillr documentation built on Nov. 21, 2024, 11:58 p.m.