is_tibble: Test if the object is a tibble

View source: R/tibble.R

is_tibbleR Documentation

Test if the object is a tibble

Description

This function returns TRUE for tibbles or subclasses thereof, and FALSE for all other objects, including regular data frames.

Usage

is_tibble(x)

Arguments

x

An object

Value

TRUE if the object inherits from the tbl_df class.


tidyverse/tibble documentation built on April 13, 2025, 11:50 a.m.