Description Usage Arguments Value
Clean document texts
1 2 3 4 5 |
text |
vector of character strings |
lowercase |
logical: whether to convert to lower case |
replacechars |
names vector showing how to substitute characters to normalize spelling |
removeangbracketed |
logical: whether to remove text between angle brackets |
removeparensed |
logical: whether to remove text in parentheses |
onlycharacter |
logical: whether to strip all but alphanumeric characters |
removepunctuation |
logical: whether to remove punctuation (matters only if |
removestopwords |
logical: whether to remove stopwords. CURRENTLY HAS NO EFFECT. |
language |
logical: what language stopwords to use. CURRENTLY HAS NO EFFECT. |
customstopwords |
a vector of stopwords to remove. |
removenumbers |
logical, whether to remove numeric characters. |
removeextraspaces |
logical, whether to trim extra spaces. |
a vector of character strings, the clean version of text
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.