substrRight: Extract the last n character(s) from a string

View source: R/utils.R

substrRightR Documentation

Extract the last n character(s) from a string

Description

from https://stackoverflow.com/a/7963963/2116422

Usage

substrRight(x, n)

Arguments

x

a string

n

number of characters to extract

Value

a vector of characters


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.