Description Usage Arguments Value Author(s) Examples
Returns the number of days of the given year.
| 1 | yearlength(year)
 | 
| year | A vector of years as integer values. | 
The number of days of the year in the date
Daniel Doktor, Maximilian Lange
| 1 2 3 | 	year <- c(1995, 2000, 2005, 2010)
	days <- yearlength(year)
	days
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.