powered by
Get the maximum of a parttime vector
# S3 method for partial_time max(..., na.rm = FALSE, na.warn = TRUE)
A partial_time scalar
partial_time
partial_time objects
whether NA should be removed when calculating max
NA
whether to raise a warning for NA
max(parttime(c("2019", "2018", "2019-02", "2018-03")))
Run the code above in your browser using DataLab