get_season | R Documentation |
Given a date object, get the name of the season.
get_season(date, version = 1)
date |
Date object |
version |
Number (1, 2, or 3) - system to use to separate seasons (see Details) |
There are 4 different options for separating seasons: Version 1: Astronomical system (e.g. Spring = March 20th - June 20th) Version 2: Each season is 3 months, Spring is March-May Version 3: Each season is 3 months, Spring is Feb-April Version 4: Each season is 3 months, Spring is April-Jun (this keeps all the "seasons" within the same year)
String (either Spring, Summer, Fall, or Winter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.