powered by
This function retrieves stop words to use for a specified language.
get_stopwords(language = "English")
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.
# NOT RUN { get_stopwords("English") # }
Run the code above in your browser using DataLab