powered by
Maxima and Minima for date_xx
# S3 method for date_xx Summary(..., na.rm)
date_xx vectors with the same subclass
date_xx
logical: should missing values be removed?
for min() and max() a scalar of the same date_xx subclass as it's input, for range a vector of length 2
min()
max()
# NOT RUN { min(date_yq(2014, 1), date_yq(2014, 2)) # raises an error try(min(date_yq(2014, 1), date_ym(2014, 2))) # }
Run the code above in your browser using DataLab