clean(text.var)
Returns a vector of character strings with escaped characters removed.
Preprocess data to remove escaped characters
## <strong>Not run</strong>: # x <- "I go \\r # to the \\tnext line" # x # clean(x) # ## <strong>End(Not run)</strong>