c.date_xx | R Documentation |
Concatenate date_xx Objects
## S3 method for class 'date_xx' c(...)
... |
|
a vector of the same date_xx
subclass as the first element of ...
c(date_yq(2000, 1:2), date_yq(2000, 3:3)) # raises an error try(c(date_yq(2000, 1:2), date_ym(2000, 1:12)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.