isoyear_to_last_isoyearweek_c {cstime} | R Documentation |
Returns the last isoyearweek in the isoyear
isoyear_to_last_isoyearweek_c(x)
## Default S3 method:
isoyear_to_last_isoyearweek_c(x)
## S3 method for class 'character'
isoyear_to_last_isoyearweek_c(x)
## S3 method for class 'numeric'
isoyear_to_last_isoyearweek_c(x)
x |
ISO year, e.g. 2020 |
ISO year-week in character, of the last ISO year
isoyear_to_last_isoyearweek_c(c(2019, 2019, 2020, 2021))