Skip to contents

Date to season week.

Usage

date_to_seasonweek_n(x)

Arguments

x

date

Value

Season week in numeric

Examples

date_to_seasonweek_n(c("2021-01-01", "2021-12-01"))
#> [1] 23.5 19.0