Description Usage Arguments Value Examples
Preprocess data to remove escaped characters
1  |   clean(text.var)
 | 
text.var | 
 The text variable  | 
Returns a vector of character strings with escaped characters removed.
1 2 3 4  | x <- "I go \r
    to the \tnext line"
x
clean(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.