date_to_isoyearweek_c: ISO year and week (character) from Date object

Description Usage Arguments Value Examples

View source: R/conversion_date_year_week.R

Description

ISO year and week (character) from Date object

Usage

1
date_to_isoyearweek_c(x = lubridate::today())

Arguments

x

a Date object or string, in the form of 'yyyy-mm-dd'

Value

ISO year and week in character

Examples

1
2
date_to_isoyearweek_c('2021-08-11')
date_to_isoyearweek_c(lubridate::today())

folkehelseinstituttet/fhitime documentation built on Dec. 20, 2021, 8:49 a.m.