Session Ready
Exercise

Practicing reshaping data

The spread() verb allows us to quickly reshape or stack and transpose our data, making it easier to mutate().

Instructions
100 XP
  • Append tidy_twitter to the NRC sentiment dictionary.
  • Count by complaint label and sentiment.
  • Spread the sentiment and count columns.