Description Usage Arguments Value Examples
View source: R/generic_text_functions.R
Removes stopwords from text in whichever language is specified.
1 | get_tokens(text, language = "English")
|
text |
A character vector containing text from which to remove stopwords. |
language |
A string indicating the language of the text. |
Returns the input text with stopwords removed.
1 | get_tokens("On the Origin of Species", language="English")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.