View source: R/read_export_csv.R
remove_trailing_letter | R Documentation |
Remove trailing letter of a string.
remove_trailing_letter(x)
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. |
A character vector of the same length and with the same attributes as x.
## Not run: remove_trailing_letter("13250900B002A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.