clean: Remove Escaped Characters

Description Usage Arguments Value Examples

View source: R/clean.R

Description

Preprocess data to remove escaped characters

Usage

1
clean(text.var)

Arguments

text.var

The text variable

Value

Returns a vector of character strings with escaped characters removed.

Examples

1
2
3
4
5
6
7
## Not run: 
x <- "I go \\r
    to the \\tnext line"
x
clean(x)

## End(Not run)

trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.