Skip to contents

Day of the Year Decimal

Usage

dtt_doy_decimal(x, ...)

Arguments

x

A Date or POSIXct vector.

...

Unused.

Value

A numeric vector between 0 and 366 of the day of the year.

Examples

dtt_doy_decimal(Sys.Date())
#> [1] 304