clean: Remove Escaped Characters

View source: R/clean.R

cleanR 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)

qdap documentation built on May 31, 2023, 5:20 p.m.

Related to clean in qdap...