Test if the object is a tibble
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.