right: Returns the rightmost n characters of a stringright rightbut...

Description Usage Arguments See Also

Description

Returns the rightmost n characters of a string.

Usage

1
right(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.