kwr_remove_stopwords | R Documentation |
Removes stopwords from a dataset, e.g. n-grams
kwr_remove_stopwords(df, stopwords = kwr_stopwords())
df |
A data frame with words or n-grams in the 1st column. |
stopwords |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.