1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to the Tidyverse

Exercise

Understanding a data frame

Now that you've loaded the gapminder dataset, you can start examining and understanding it.

We've already loaded the gapminder and dplyr packages. Type gapminder in the console, to display the object.

How many observations (rows) are in the dataset?

Instructions

50 XP

Possible answers