tibble (version 1.4.2)

is_tibble: Test if the object is a tibble

Description

This function returns FALSE for regular data frames and TRUE for tibbles.

Usage

is_tibble(x)

Arguments

x

An object

Value

TRUE if the object inherits from the tbl_df class.