Session Ready
Exercise

Removing stopwords

It takes only one new line of code to remove the stopwords. Fill in the function names to make the code work.

Instructions
100 XP
  • The anti_join must come in after unnest_tokens but before count.