powered by
Pre-process data to replace one or more white space character with a single space.
replace_white(x, ...)
The character vector.
ignored.
Returns a vector of character strings with escaped characters removed.
# NOT RUN { x <- "I go \r to the \tnext line" x replace_white(x) # }
Run the code above in your browser using DataLab