powered by
Remove and replace numbers from strings.
str_rm_numbers(x, replacement = "")
A vector or string.
A string to replace the numbers with, defaults to "".
x, with numbers 0-9 removed/replaced.
# NOT RUN { str_rm_numbers(c("test 1a234b5", "test 67890")) # }
Run the code above in your browser using DataLab