Skip to contents

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)

Arguments

x

isoyearweek, connected with '-'

Value

Season, e.g. 2020/2021

Examples

isoyearweek_to_season_c(c("2021-01", "2021-50"))
#> [1] "2020/2021" "2021/2022"