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