qdap (version 2.4.6)

clean: Remove Escaped Characters

Description

Preprocess data to remove escaped characters

Usage

clean(text.var)

Value

Returns a vector of character strings with escaped characters removed.

Arguments

text.var

The text variable

Examples

Run this code
if (FALSE) {
x <- "I go \\r
    to the \\tnext line"
x
clean(x)
}

Run the code above in your browser using DataLab