Rdocumentation
powered by
Learn R Programming
Kmisc (version 0.5.0)
remove_digits: Remove Digits from a Character Vector
Description
Removes all digits from a character vector.
Usage
remove_digits(x, remove_spaces = TRUE)
Arguments
x
A character vector, or vector coercable to character.
remove_spaces
boolean; if
TRUE
we remove all white-space as well.