Last ISO week (numeric) in ISO year
Source:R/conversion_date_isoweek_isoyear.R
isoyear_to_last_isoweek_n.Rd
Returns the last week in the isoyear
Usage
isoyear_to_last_isoweek_n(x)
# S3 method for default
isoyear_to_last_isoweek_n(x)
# S3 method for character
isoyear_to_last_isoweek_n(x)
# S3 method for numeric
isoyear_to_last_isoweek_n(x)
Examples
isoyear_to_last_isoweek_n(c(2019, 2019, 2020, 2021))
#> [1] 52 52 53 52