as_time_doy: Convert day-of-year to datetime

View source: R/temporal.R

as_time_doyR Documentation

Convert day-of-year to datetime

Description

Convert day-of-year to datetime

Usage

as_time_doy(year, day, utc_offset = 0)

Arguments

year

Year.

day

Day of year.

utc_offset

Offset (in hours) of local time relative to UTC.

See Also

Other temporal functions: as_time

Examples

as_time_doy(1984, 214, -8) == as_time("1984-08-01 08:00:00", format = "%F %T")

columbia-glacier/cgr documentation built on Jan. 17, 2024, 2:42 p.m.