Rdocumentation
powered by
Learn R Programming
tibble (version 1.3.1)
is.tibble: Test if the object is a tibble.
Description
Test if the object is a tibble.
Usage
is.tibble(x)
is_tibble(x)
Arguments
x
An object
Value
TRUE
if the object inherits from the
tbl_df
class.