dtt_doy_to_date: Day of the Year to Date

View source: R/doy.R

dtt_doy_to_dateR Documentation

Day of the Year to Date

Description

Day of the Year to Date

Usage

dtt_doy_to_date(x, year = 1972L)

Arguments

x

An integer vector of the Day of the Year.

year

An integer scalar or vector of the year.

Value

A Date vector.

See Also

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

Examples

dtt_doy_to_date(3)

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