clean {qdap}R Documentation

Remove Escaped Characters

Description

Preprocess data to remove escaped characters

Usage

clean(text.var)

Arguments

text.var

The text variable

Value

Returns a vector of character strings with escaped characters removed.

Examples

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

## End(Not run)

[Package qdap version 2.4.6 Index]