dtt_dayte {dttr2} | R Documentation |
Dayte
dtt_dayte(x, ...)
## S3 method for class 'Date'
dtt_dayte(x, start = 1L, ...)
## S3 method for class 'POSIXct'
dtt_dayte(x, start = 1L, ...)
x |
A date/time vector. |
... |
Unused. |
start |
An integer scalar of the starting month or a Date scalar of the starting date. |
A Date vector with the year set to year.
A Date vector of the daytes.
dtt_dayte(Date)
: Dayte a Date vector
dtt_dayte(POSIXct)
: Dayte a POSIXct vector
Other dayte:
dtt_dayte_time()
,
dtt_daytt()
dtt_dayte(as.Date(c("2001-01-01", "2015-12-13")))