Description Usage Arguments Value Examples
View source: R/generic_text_functions.R
This function retrieves stopwords to use for a specified language.
1 | get_stopwords(language = "English")
|
language |
A character vector containing the name of the language for which to retrieve stopwords. Defaults to "English" |
Returns a character vector of stopwords.
1 | get_stopwords("English")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.