powered by
Function removes alphanumeric characters from a string.
removeNumeric ( string)
a character string
a character vector
Sebastian Weirich
str <- c(".d1.nh.120", "empty", "110", ".nh.dgd", "only.nh") removeNumeric(str)
Run the code above in your browser using DataLab