is_tibble | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.