Combine data frames containing stop words into one data frame.

combine_stopwords(...)

Arguments

...

Data frames with stop words. Data frames must have two columns named "word" and "lexicon".

Value

Combined data frame with stop words.

Details

Combine data frames containing stop words into one data frame. Provided data frames must have two columns named "word" and "lexicon".

See also