removeNumeric {eatRep} | R Documentation |
Function removes alphanumeric characters from a string.
removeNumeric ( string)
string |
a character vector |
a character string
Sebastian Weirich
str <- c(".d1.nh.120", "empty", "110", ".nh.dgd", "only.nh") removeNumeric(str)