dtt_doy {dttr2} | R Documentation |
Day of the Year
Description
Day of the Year
Usage
dtt_doy(x, ...)
Arguments
x |
A Date or POSIXct vector. |
... |
Unused. |
Value
A integer vector between 1 and 366 of the day of the year.
See Also
Other days:
dtt_days_in_month()
,
dtt_days_in_year()
,
dtt_doy_to_date()
Examples
dtt_doy(Sys.Date())
[Package dttr2 version 0.5.0 Index]