Description Usage Arguments Value Examples
View source: R/litsearchr.functions.R
This function retrieves stop words 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 stop words. Defaults to "English" |
Returns a character vector of stop words.
1 | get_stopwords("English")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.