powered by
Returns the days of the year of the data in a "timeDate" object.
"timeDate"
dayOfYear(x)
vector of integers representing the number of days since the beginning of the year. For January, 1st it is one.
an object of class "timeDate".
dayOfWeek
## timeCalendar tC <- timeCalendar(2022) ## the days of the year dayOfYear(tC)
Run the code above in your browser using DataLab