qdap (version 2.3.2)

clean: 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

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

Run the code above in your browser using DataCamp Workspace