powered by
Preprocess data to remove escaped characters
clean(text.var)
Returns a vector of character strings with escaped characters removed.
The text variable
if (FALSE) { x <- "I go \\r to the \\tnext line" x clean(x) }
Run the code above in your browser using DataLab