isoyear_to_last_isoweek_n: Last ISO week (numeric) in ISO year

View source: R/conversion_date_isoweek_isoyear.R

isoyear_to_last_isoweek_nR Documentation

Last ISO week (numeric) in ISO year

Description

Returns the last week in the isoyear

Usage

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)

Arguments

x

ISO year, e.g. 2020

Value

ISO week in numeric

Examples

isoyear_to_last_isoweek_n(c(2019, 2019, 2020, 2021))

cstime documentation built on May 31, 2023, 9:27 p.m.