Maps a date to the surveillance season it belongs to, written as "yyyy/yyyy".
Details
The date is first converted to an ISO yearweek with
date_to_isoyearweek_c() and then to a season with
isoyearweek_to_season_c(). Seasons start at ISO week 35, so dates in early
January belong to the season that began the previous calendar year.
See also
date_to_seasonweek_n() for the week within that season, and
isoyearweek_to_season_c() to start from an ISO yearweek instead.
vignette("season", package = "cstime") for worked season week
conversions. No vignette runs this function.
