Learn R Programming

climaemet (version 1.0.1)

first_day_of_year: First and last day of year

Description

Get first and last day of year.

Usage

first_day_of_year(year = NULL)

last_day_of_year(year = NULL)

Arguments

year

Numeric value as year (format: YYYY).

Value

Character string as date (format: YYYY-MM-DD).

See Also

Other helpers: climaemet_news(), dms2decdegrees()

Examples

Run this code
# NOT RUN {
first_day_of_year(2000)
last_day_of_year(2020)
# }

Run the code above in your browser using DataLab