Closed
Description
Similar idea to tidyr::full_seq()
calendar_expand()
works with year/quarter/month precision inputstime_point_expand()
works with week...nanosecond precision inputs- Both powered by
seq()
methods date_expand()
uses day precision for Date and second precision for POSIXt, powered by the above- Good handling of size zero inputs
Probably needs good definitions of min()
and max()
for all calendar / time-point types. In particular, min()
and max()
of empty calendar / time-point objects, which should return the max and min allowed values respectively, which are currently a little hard to define right now and are precision specific