date_to_isoweek_n {cstime} | R Documentation |
ISO week (numeric) from Date object
date_to_isoweek_n(x = lubridate::today())
## Default S3 method:
date_to_isoweek_n(x)
## S3 method for class 'character'
date_to_isoweek_n(x = lubridate::today())
## S3 method for class 'Date'
date_to_isoweek_n(x = lubridate::today())
x |
a Date object or string, in the form of 'yyyy-mm-dd' |
ISO week in numeric
date_to_isoweek_n("2021-08-11")
date_to_isoweek_n(lubridate::today())