is_sticky_tibble {stickyr} | R Documentation |
Test if the object is a sticky tibble
Description
Test if the object is a sticky tibble
Usage
is_sticky_tibble(x)
Arguments
x |
An object |
Value
TRUE
if an object inherits from sticky_tbl_df
,
sticky_grouped_df
or sticky_rowwise_df
class.
[Package stickyr version 0.1.2 Index]