How can you tell if an object is a tibble? (Hint: try printing mtcars, which is a regular data frame).
In your console print the built-in data frame airquality. Now convert airquality to a tibble, print it in your console and compare the difference.
Install the nycflights13 package and print off the data frame flights contained within this package. Now convert flights to a tibble, print it in your console and compare the difference.