combine_stopwords: Combine data frames containing stop words

Description Usage Arguments Details Value See Also

View source: R/generate_stopwords.R

Description

Combine data frames containing stop words into one data frame.

Usage

1

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()


JulFriedrich/miRetrieve documentation built on Sept. 20, 2021, 11:37 p.m.