# NOT RUN {
head(stopwords("english"))
head(stopwords("russian"))
stopwords(NULL)
# combine multiple lists, removing duplicates
head(stopwords(c("spanish", "portuguese")))
# add words to the default list:
my_stopwords <- c(stopwords("english"), "will", "mr", "mrs", "ms")
# }
Run the code above in your browser using DataLab