combine_stopwords {miRetrieve} | R Documentation |
Combine data frames containing stop words into one data frame.
combine_stopwords(...)
... |
Data frames with stop words. Data frames must have two columns named "word" and "lexicon". |
Combine data frames containing stop words into one data frame. Provided data frames must have two columns named "word" and "lexicon".
Combined data frame with stop words.
generate_stopwords()
, stopwords_miretrieve, tidytext::stop_words
Other stopword functions:
generate_stopwords()