# Multiple strings in different languages
remove.stopwords(str = c(Gibberish = 'dadas',
Catalan = 'Adeu amic meu',
Irish = 'Slan a chara',
French = 'Je suis en Allemagne',
German = 'Eich liebe Deutschland'),
# Various ways of indicating the language
lang = c(NA, 'cata', 'Iris', 'fr', 'deu'),
# Yet another way
fallback = 'english'
)
Run the code above in your browser using DataLab