ydays: Calculate the number of days in a specified year
Description
Calculate the number of days in a specified year.
Usage
ydays(year = as.integer(format(Sys.Date(), "%Y")))
Value
Days in a specified year.
Arguments
- year
A given year, the default is current year.