replace_white {textclean} | R Documentation |
Pre-process data to replace one or more white space character with a single space.
replace_white(x, ...)
x |
The character vector. |
... |
ignored. |
Returns a vector of character strings with escaped characters removed.
x <- "I go \r
to the \tnext line"
x
replace_white(x)