rightstr: Get substrings from the righthand side

View source: R/fitPolyTools.R

rightstrR Documentation

Get substrings from the righthand side

Description

Get substrings from the righthand side

Usage

rightstr(x, n)

Arguments

x

a character vector (or something having an as.character method)

n

a single number: if n>=0, the rightmost n characters of each element of x are selected, if n<0 the (-n) leftmost characters are omitted

Value

character vector with rightside substrings of x


fitPoly documentation built on April 3, 2025, 8:58 p.m.