View source: R/conversion_season.R
isoweek_to_seasonweek_n | R Documentation |
ISO week to season week (numeric). Season week 1 is natural week 30.
isoweek_to_seasonweek_n(x)
## Default S3 method:
isoweek_to_seasonweek_n(x)
## S3 method for class 'character'
isoweek_to_seasonweek_n(x)
## S3 method for class 'numeric'
isoweek_to_seasonweek_n(x)
x |
ISO week in a year (numeric), between 1 and 53. ISO week 53 is season week 23.5 |
Season week in numeric
isoweek_to_seasonweek_n(31)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.