substrRight: Takes the last n characters of a string. Taken from:...

Description Usage Examples

View source: R/substrRight.R

Description

Takes the last n characters of a string. Taken from: https://stackoverflow.com/questions/7963898/extracting-the-last-n-characters-from-a-string-in-r

Usage

1

Examples

1
substrRight('character', 3)

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.