R/stopwords.R
kwr_remove_stopwords.Rd
Removes stopwords from a dataset, e.g. n-grams
kwr_remove_stopwords(df, stopwords = kwr_stopwords())
A data frame with words or n-grams in the 1st column.
A vector of words (or n-grams) to be removed. It can be the output of the kwr_stopwords function.
The same data set as df with the rows matching stopwords removed.