dtt_doy_to_date {dttr2} | R Documentation |
Day of the Year to Date
Description
Day of the Year to Date
Usage
dtt_doy_to_date(x, year = 1972L)
Arguments
x |
An integer vector of the Day of the Year. |
year |
An integer scalar or vector of the year. |
Value
A Date vector.
See Also
Other days:
dtt_days_in_month()
,
dtt_days_in_year()
,
dtt_doy()
Examples
dtt_doy_to_date(3)
[Package dttr2 version 0.5.0 Index]