as_sticky_tibble {stickyr} | R Documentation |
Coerce objects to sticky tibble
Description
'as_sticky_tibble' turns an object to a sticky tibble ('sticky_tbl_df').
Usage
as_sticky_tibble(x, ...)
Arguments
x |
An object. |
... |
Unused, for extensibility. |
Value
A sticky tibble ('sticky_tbl_df') object.
[Package stickyr version 0.1.2 Index]