get_doys | R Documentation |
Get a list of days of the year for a given year and selected months. This can return every day, or the start of every week, second week, or month. It also can use either the 8-day/week 46 week/year system as used by NASA, or the 4 week/month 48 week/year system as used at BIO (only relevant for weekly or biweekly intervals).
get_doys(year, months = 1:12, eightday = TRUE, interval = "daily")
year |
Numeric value |
months |
Numeric vector of month numbers |
eightday |
Logical value (use eightday system?) |
interval |
String, either "daily", "weekly", "biweekly", or "monthly" |
Character vector containing days of the year, each zero-padded to length 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.