substr_right: A select from function

View source: R/misc.R

substr_rightR Documentation

A select from function

Description

This function allows you to select characters starting from the end of a string.

Usage

substr_right(x, n)

Examples

Select last 3 characters with substr_right(string, 3)
substr_right()

jthomasmock/tomtom documentation built on Nov. 17, 2022, 12:31 p.m.