rightbut: Returns the rightmost characters of a string, excluding the...

Description Usage Arguments See Also

Description

Returns the rightmost characters of a string, excluding the initial n.

Usage

1
rightbut(s, n, bytetype = "bytes")

Arguments

s

Character vector.

n

Scalar of vector of the same lenght as s. If n < 0, returns all except the rightmost n. If n == 0, returns an empty string.

See Also

left(), stringr::str_sub().


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.