Returns the Sunday in the isoyearweek
Usage
isoyearweek_to_last_date(x)
# S3 method for default
isoyearweek_to_last_date(x)
# S3 method for character
isoyearweek_to_last_date(x)
Examples
isoyearweek_to_last_date(c("2019-19", "2020-01"))
#> [1] "2019-05-12" "2020-01-05"