Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Factors and how to create them
Working with factors
Modifying factor variables
Summary
22. Exercise 3

Instruction

What levels of satisfaction were reported?

Exercise

Count the different satisfaction levels in the cars dataset using fct_count() on the satisfaction column.

Stuck? Here's a hint!

Type:

fct_count(cars$satisfaction)