substrRight: Extracting the last n characters from a string

View source: R/utils.R

substrRightR Documentation

Extracting the last n characters from a string

Description

Extracting the last n characters from a string

Usage

substrRight(x, n)

Arguments

x

a string

n

number of characters

Value

A character vector of length n


MortalityLaws documentation built on April 16, 2025, 9:08 a.m.