date_to_isoweek_n: ISO week (numeric) from Date object

Description Usage Arguments Value Examples

View source: R/conversion_date_year_week.R

Description

ISO week (numeric) from Date object

Usage

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

Arguments

x

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

Value

ISO week in numeric

Examples

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

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