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 5 6 7 | ## Not run:
x <- "I go \\r
to the \\tnext line"
x
clean(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.