combine_stopwords {miRetrieve} | R Documentation |
Combine data frames containing stop words
Description
Combine data frames containing stop words into one data frame.
Usage
combine_stopwords(...)
Arguments
... |
Data frames with stop words. Data frames must have two columns named "word" and "lexicon". |
Details
Combine data frames containing stop words into one data frame. Provided data frames must have two columns named "word" and "lexicon".
Value
Combined data frame with stop words.
See Also
generate_stopwords()
, stopwords_miretrieve, tidytext::stop_words
Other stopword functions:
generate_stopwords()
[Package miRetrieve version 1.3.4 Index]