days_in_years | R Documentation |
Create a sequence of each day between and including two calendar years
days_in_years(start_year, end_year)
start_year |
An integer value. The first year. |
end_year |
An integer value. The last year. |
length(days_in_years(1980, 1980)) == 366
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.