R/periodic-times.R
max_date.Rd
max.Date returns an integer and -Inf for a set of NA dates. This is usually inconvenient.
max.Date
-Inf
NA
max_date(x, ...)
a vector of dates
ignored
a date. `0001-01-01`` if there is no well defined minimum.
max_date(NA) #> [1] "1-01-01"