isoyearweek_to_season_c {cstime} | R Documentation |
ISO yearweek to season.
Description
ISO yearweek to season.
Usage
isoyearweek_to_season_c(x)
## Default S3 method:
isoyearweek_to_season_c(x)
## S3 method for class '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"))
[Package cstime version 2023.5.3 Index]