isoyearweek_to_last_date {cstime} | R Documentation |
Returns the Sunday in the isoyearweek
isoyearweek_to_last_date(x)
## Default S3 method:
isoyearweek_to_last_date(x)
## S3 method for class 'character'
isoyearweek_to_last_date(x)
x |
ISO yearweek, e.g. "2020-19" for 19th week in 2020 |
Date of Sunday of that isoyearweek
isoyearweek_to_last_date(c("2019-19", "2020-01"))