Summary.date_xx | R Documentation |
Maxima and Minima for date_xx
## S3 method for class 'date_xx' Summary(..., na.rm)
... |
|
na.rm |
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(date_yq(2014, 1), date_yq(2014, 2)) # raises an error try(min(date_yq(2014, 1), date_ym(2014, 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.