days_in_years: Create a sequence of each day between and including two...

View source: R/time.R

days_in_yearsR Documentation

Create a sequence of each day between and including two calendar years

Description

Create a sequence of each day between and including two calendar years

Usage

days_in_years(start_year, end_year)

Arguments

start_year

An integer value. The first year.

end_year

An integer value. The last year.

Examples

length(days_in_years(1980, 1980)) == 366


DrylandEcology/rSW2utils documentation built on Dec. 9, 2023, 10:44 p.m.