new_tbl_time {tibbletime} | R Documentation |
Create a new tbl_time object
Description
Often used internally by developers extending tibbletime
Usage
new_tbl_time(x, index_quo, index_time_zone, ..., subclass = NULL)
Arguments
x |
A tibble or data.frame |
index_quo |
The quo that references the index column |
index_time_zone |
The index time zone |
... |
Other attributes passed through to new_tibble() |
subclass |
A subclass to have as a child |
[Package tibbletime version 0.1.8 Index]