dtt_doy: Day of the Year

View source: R/doy.R

dtt_doyR Documentation

Day of the Year

Description

Day of the Year

Usage

dtt_doy(x, ...)

Arguments

x

A Date or POSIXct vector.

...

Unused.

Value

A integer vector between 1 and 366 of the day of the year.

See Also

dtt_doy_decimal()

Other days: dtt_days_in_month(), dtt_days_in_year(), dtt_doy_to_date()

Examples

dtt_doy(Sys.Date())

dttr2 documentation built on Nov. 14, 2023, 5:10 p.m.