Tests whether a Date or POSIXct object is complete.
dtt_completed(x, floored = TRUE, unique = TRUE, sorted = TRUE, units = dtt_units(x), ...)
x | A Date or POSIXct vector |
---|---|
floored | A flag indicating whether the values must be floored. |
unique | A flag indicating whether the values must be unique. |
sorted | A flag indicating whether the values must be sorted. |
units | A string of the units. |
... | Unused. |
A flag indicating whether complete.
dtt_completed(date_times)#> [1] FALSE