Remove Escaped Characters

Usage

clean(text.var)

Arguments

text.var
The text variable

Remove Escaped Characters

Value

Returns a vector of character strings with escaped characters removed.

Description

Preprocess data to remove escaped characters

Examples

## <strong>Not run</strong>: # x <- "I go \\r # to the \\tnext line" # x # clean(x) # ## <strong>End(Not run)</strong>