View source: R/conversion_date_isoweek_isoyear.R
isoyear_to_last_isoweek_n | R Documentation |
Returns the last week in the isoyear
isoyear_to_last_isoweek_n(x)
## Default S3 method:
isoyear_to_last_isoweek_n(x)
## S3 method for class 'character'
isoyear_to_last_isoweek_n(x)
## S3 method for class 'numeric'
isoyear_to_last_isoweek_n(x)
x |
ISO year, e.g. 2020 |
ISO week in numeric
isoyear_to_last_isoweek_n(c(2019, 2019, 2020, 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.