| is_tibble {tibble} | R Documentation |
This function returns TRUE for tibbles or subclasses thereof,
and FALSE for all other objects, including regular data frames.
is_tibble(x)
x |
An object |
TRUE if the object inherits from the tbl_df class.