Remove stopwords from a character string.

remove_stopwords(s, ...)

# S3 method for character
remove_stopwords(s, ...)

# S3 method for list
remove_stopwords(s, ...)

# S3 method for data.frame
remove_stopwords(s, text, ...)

Arguments

s

A Character string or data.frame.

...

Any other options.

text

bare name of text column.