remove_trailing_letter: Remove trailing letter of a string.

View source: R/read_export_csv.R

remove_trailing_letterR Documentation

Remove trailing letter of a string.

Description

Remove trailing letter of a string.

Usage

remove_trailing_letter(x)

Arguments

x

A character vector where matches are sought, or an object which can be coerced by as.character to a character vector. Long vectors are supported.

Value

A character vector of the same length and with the same attributes as x.

Examples

## Not run: remove_trailing_letter("13250900B002A")

KeesVanImmerzeel/menyanthes documentation built on Feb. 9, 2025, 1:31 a.m.