is_tibble: Test if the object is a tibble

Description Usage Arguments Value

View source: R/tibble.R

Description

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

Usage

1

Arguments

x

An object

Value

TRUE if the object inherits from the tbl_df class.


krlmlr/tibble documentation built on Jan. 15, 2020, 7:56 a.m.