dtt_doy {dttr2} | R Documentation |
Day of the Year
dtt_doy(x, ...)
x |
A Date or POSIXct vector. |
... |
Unused. |
A integer vector between 1 and 366 of the day of the year.
Other days:
dtt_days_in_month()
,
dtt_days_in_year()
,
dtt_doy_to_date()
dtt_doy(Sys.Date())