Learn R Programming

dttr2 (version 0.5.2)

dtt_doy_to_date: Day of the Year to Date

Description

Day of the Year to Date

Usage

dtt_doy_to_date(x, year = 1972L)

Value

A Date vector.

Arguments

x

An integer vector of the Day of the Year.

year

An integer scalar or vector of the year.

See Also

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

Examples

Run this code
dtt_doy_to_date(3)

Run the code above in your browser using DataLab