stopwords | R Documentation |
This function returns stop words contained in the StopwordsISO repository.
stopwords(lang = "en")
lang |
Language for which to retrieve the stop word among those supported. This parameters supports:
|
A character vector containing the stop words from the selected language as listed in the StopwordISO repository.
# They all return the correct list of stop words!
stopwords('German')
stopwords('germ')
stopwords('de')
stopwords('deu')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.