Learn R Programming

qdap (version 0.2.5)

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

Run the code above in your browser using DataLab