seasonweek_to_isoweek_n {cstime}R Documentation

Season week to ISO week (numeric). Season week 1 is ISO week 30.

Description

Season week to ISO week (numeric). Season week 1 is ISO week 30.

Usage

seasonweek_to_isoweek_n(x)

## Default S3 method:
seasonweek_to_isoweek_n(x)

## S3 method for class 'numeric'
seasonweek_to_isoweek_n(x)

Arguments

x

Season week in a year, between 1 and 52

Value

ISO week in numeric

Examples

seasonweek_to_isoweek_n(31)

[Package cstime version 2023.5.3 Index]