dayOfYear | R Documentation |
Returns the days of the year of the data in a "timeDate"
object.
dayOfYear(x)
x |
an object of class |
vector of integers representing the number of days since the beginning of the year. For January, 1st it is one.
dayOfWeek
## timeCalendar
tC <- timeCalendar(2022)
## the days of the year
dayOfYear(tC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.