Description Usage Arguments Value Examples
View source: R/conversion_date_year_week.R
ISO year and week (character) from Date object
1 | date_to_isoyearweek_c(x = lubridate::today())
|
x |
a Date object or string, in the form of 'yyyy-mm-dd' |
ISO year and week in character
1 2 | date_to_isoyearweek_c('2021-08-11')
date_to_isoyearweek_c(lubridate::today())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.