Learn R Programming

parttime (version 0.1.2)

max.partial_time: Get the maximum of a parttime vector

Description

Get the maximum of a parttime vector

Usage

# S3 method for partial_time
max(..., na.rm = FALSE, na.warn = TRUE)

Value

A partial_time scalar

Arguments

...

partial_time objects

na.rm

whether NA should be removed when calculating max

na.warn

whether to raise a warning for NA

Examples

Run this code
max(parttime(c("2019", "2018", "2019-02", "2018-03")))

Run the code above in your browser using DataLab