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

Instruction

You may have noticed that the result we got with [ operator looks like a tibble. We can confirm it by using the is_tibble() function.

Exercise

Check if products is in tibble format using is_tibble().

Stuck? Here's a hint!

Use the following line:

is_tibble(products)