ISO yearweek to season.
Usage
isoyearweek_to_season_c(x)
# S3 method for default
isoyearweek_to_season_c(x)
# S3 method for character
isoyearweek_to_season_c(x)
Examples
isoyearweek_to_season_c(c("2021-01", "2021-50"))
#> [1] "2020/2021" "2021/2022"