clean: Remove Escaped Characters

Description Usage Arguments Value Examples

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
x <- "I go \r
    to the \tnext line"
x
clean(x)

trinker/qdap2 documentation built on May 31, 2019, 9:47 p.m.