Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Getting started with tibbles
Creating tibbles
8. Check the data type
Subsetting
Summary

Instruction

Let's check the structure of our data, just like we did earlier. We'll learn more about reading data in the next sections.

Exercise

Check the structure of the data in the fruits tibble. Use glimpse(). What type of data will we get?

Stuck? Here's a hint!

Type:

glimpse(fruits)