| combine | R Documentation |
datey, durationy or datey_interval vectorsCombines (flattens) datey, durationy or datey_interval into a single
vector.
All arguments must have the same class, i.e. all dateys, all durationys
or all datey_intervals.
If the first element in c(...) is not a datey, durationy or
datey_interval then this method will not be called. For instance,
c(NA, datey("2000-01-01.0")) results in c(NA_integer_, 1068720000L).
## S3 method for class 'datey'
c(..., recursive = FALSE)
## S3 method for class 'durationy'
c(..., recursive = FALSE)
## S3 method for class 'datey_interval'
c(..., recursive = FALSE)
... |
The items to combine. |
recursive |
Unused. |
c() returns a datey, durationy or datey_interval depending on the
first argument.
datey, durationy, datey_interval, subset
c(datey(2000:2019), datey("2020-01-01.0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.