Time Aware Tibbles
Change tbl_time
periodicity
A simple wrapper of lubridate::ceiling_date()
Collapse a tbl_time object by its index
Collapse an index vector so that all observations in an interval share...
Create a tbl_time
object with a sequence of regularly spaced dates
Succinctly filter a tbl_time
object by its index
A simple wrapper of lubridate::floor_date()
Getters
Create a new tbl_time object
Parse a character period specification
Partition an index vector into an integer vector representing groups
Converting a posixct numeric time back to a classed datetime
Reconstruct an S3 class from a template
Objects exported from other packages
Create a rolling version of any function
Create tbl_time
objects
tibbletime: time-aware tibbles
Built on top of the 'tibble' package, 'tibbletime' is an extension that allows for the creation of time aware tibbles. Some immediate advantages of this include: the ability to perform time-based subsetting on tibbles, quickly summarising and aggregating results by time periods, and creating columns that can be used as 'dplyr' time-based groups.
Useful links