Description Usage Arguments Value
clean text data (remove punctuation, special characters, numbers, english stopwords)
1 | clean_text(texts, rm_stopwords = FALSE, stopwords_language = NULL)
|
texts |
list of character vectors |
rm_stopwords |
if TRUE clean_text removes stopwords (default FALSE) |
stopwords_language |
stopword dictionary language ISO 639-1 code as character vector |
list of cleaned character vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.