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