Description Usage Arguments Examples
Convert dates from any year to 2012 dates (leap year) and asssign a season. Stole it from Josh O'Brien from this post
1 | at_getSeason(dates, ...)
|
dates |
Dates to find season for |
... |
Not used |
1 2 | my.dates <- as.Date("2011-12-01", format = "%Y-%m-%d") + 0:60
head(at_getSeason(my.dates), 24)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.