View source: R/class_partial_time_min_max.R
max.partial_time | R Documentation |
Get the maximum of a parttime vector
## S3 method for class 'partial_time'
max(..., na.rm = FALSE, na.warn = TRUE)
... |
partial_time objects |
na.rm |
whether |
na.warn |
whether to raise a warning for |
A partial_time
scalar
max(parttime(c("2019", "2018", "2019-02", "2018-03")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.