powered by
Remove and replace non-printable characters from strings.
str_rm_non_printable(x, replacement = " ")
A vector or string.
A string to replace the numbers with, defaults to " ".
x, with non-printable characters removed/replaced.
# NOT RUN { str_rm_non_printable(c("test \n\n\n67890 * % $ ")) # }
Run the code above in your browser using DataLab