Exercise

Visualizing word counts using factors

I've added a number of other custom stop words (including the airline names) and tidied the data for you. Now you will create an improved visualization and plot the words arranged in descending order by word count.

Instructions

100 XP
  • Only keep the terms that occur more than 100 times in the non_complaints.
  • Reorder the word column as a factor ordered by word counts.
  • Create a bar plot using the new word column with type factor.