> all_stops <- c("bar", "the", "Cafe", stopwords("en"))
> lords <- tm_map(lords, removeWords, stopwords(all_stops))
Error: Language "bm" not available in source "snowball".
See `stopwords_getlanguages` for more information on supported languages.
In addition: Warning messages:
1: In if (nchar(language) > 2) { :
the condition has length > 1 and only the first element will be used
2: In if (nchar(language_name) <= 2) {:
the condition has length > 1 and only the first element will be used
3: In grep(language_name, language_data[["Name"]], ignore.case = TRUE) :
argument 'pattern' has length > 1 and only the first element will be used