Learn R Programming

stickyr (version 0.1.2)

as_sticky_tibble: Coerce objects to sticky tibble

Description

'as_sticky_tibble' turns an object to a sticky tibble ('sticky_tbl_df').

Usage

as_sticky_tibble(x, ...)

Value

A sticky tibble ('sticky_tbl_df') object.

Arguments

x

An object.

...

Unused, for extensibility.