Days in the Year

dtt_days_in_year(x)

Arguments

x

A Date or POSIXct vector.

Value

A integer vector of 365 and 366 indicates the days of the year.

See also

Examples

dtt_days_in_year(as.Date(c("2000-10-11", "2001-01-01")))
#> [1] 366 365