substr_right: Right Substring of a Character Vector

Description Usage Arguments Value Examples

View source: R/miscellaneous.R

Description

Extract the right n characters from a string

Usage

1

Arguments

x

a character vector

n

number of characters

Value

character. The right n characters of the string

Examples

1
2
substr_right("some text in a string", 6)
substr_right("some text in a string", 8)

guytuori/simScores documentation built on May 17, 2019, 9:29 a.m.