1. Learn
  2. /
  3. Courses
  4. /
  5. Data Manipulation with dplyr

Exercise

Understanding your data

Take a look at the counties dataset using the glimpse() function.

What is the first value in the income variable?

Instructions

50 XP

Possible answers