R/aggregate.R
dtt_aggregate.Rd
Aggregate
dtt_aggregate(x, units = dtt_units(x))
A Date or POSIXct vector.
A string of the units to aggregate by.
The floored, unique Date or POSIXct vector.
dtt_aggregate(dates)#> [1] "2000-01-01" "1899-12-31" "1972-04-29"